add auth, format
This commit is contained in:
@@ -190,13 +190,7 @@ class RedeemedGift {
|
||||
|
||||
@override
|
||||
int get hashCode {
|
||||
return Object.hash(
|
||||
giftId,
|
||||
userId,
|
||||
catalogId,
|
||||
voucherCode,
|
||||
status,
|
||||
);
|
||||
return Object.hash(giftId, userId, catalogId, voucherCode, status);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user