|
|
|
@ -65,7 +65,7 @@ class AlbumResponseDto {
|
|
|
|
other.albumName == albumName &&
|
|
|
|
other.albumName == albumName &&
|
|
|
|
other.albumThumbnailAssetId == albumThumbnailAssetId &&
|
|
|
|
other.albumThumbnailAssetId == albumThumbnailAssetId &&
|
|
|
|
other.assetCount == assetCount &&
|
|
|
|
other.assetCount == assetCount &&
|
|
|
|
other.assets == assets &&
|
|
|
|
_deepEquality.equals(other.assets, assets) &&
|
|
|
|
other.createdAt == createdAt &&
|
|
|
|
other.createdAt == createdAt &&
|
|
|
|
other.description == description &&
|
|
|
|
other.description == description &&
|
|
|
|
other.id == id &&
|
|
|
|
other.id == id &&
|
|
|
|
@ -73,7 +73,7 @@ class AlbumResponseDto {
|
|
|
|
other.owner == owner &&
|
|
|
|
other.owner == owner &&
|
|
|
|
other.ownerId == ownerId &&
|
|
|
|
other.ownerId == ownerId &&
|
|
|
|
other.shared == shared &&
|
|
|
|
other.shared == shared &&
|
|
|
|
other.sharedUsers == sharedUsers &&
|
|
|
|
_deepEquality.equals(other.sharedUsers, sharedUsers) &&
|
|
|
|
other.updatedAt == updatedAt;
|
|
|
|
other.updatedAt == updatedAt;
|
|
|
|
|
|
|
|
|
|
|
|
@override
|
|
|
|
@override
|
|
|
|
|