add auth, format
This commit is contained in:
@@ -76,12 +76,7 @@ class Cart {
|
||||
|
||||
@override
|
||||
int get hashCode {
|
||||
return Object.hash(
|
||||
cartId,
|
||||
userId,
|
||||
totalAmount,
|
||||
isSynced,
|
||||
);
|
||||
return Object.hash(cartId, userId, totalAmount, isSynced);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user