add auth, format
This commit is contained in:
@@ -145,13 +145,7 @@ class Showroom {
|
||||
|
||||
@override
|
||||
int get hashCode {
|
||||
return Object.hash(
|
||||
showroomId,
|
||||
title,
|
||||
style,
|
||||
isFeatured,
|
||||
isActive,
|
||||
);
|
||||
return Object.hash(showroomId, title, style, isFeatured, isActive);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user