mirror of
https://github.com/immich-app/immich.git
synced 2025-11-19 01:52:39 +09:00
Version v1.72.0
This commit is contained in:
16
mobile/openapi/lib/model/shared_link_create_dto.dart
generated
16
mobile/openapi/lib/model/shared_link_create_dto.dart
generated
@@ -53,14 +53,14 @@ class SharedLinkCreateDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is SharedLinkCreateDto &&
|
||||
other.albumId == albumId &&
|
||||
other.allowDownload == allowDownload &&
|
||||
other.allowUpload == allowUpload &&
|
||||
other.assetIds == assetIds &&
|
||||
other.description == description &&
|
||||
other.expiresAt == expiresAt &&
|
||||
other.showExif == showExif &&
|
||||
other.type == type;
|
||||
other.albumId == albumId &&
|
||||
other.allowDownload == allowDownload &&
|
||||
other.allowUpload == allowUpload &&
|
||||
_deepEquality.equals(other.assetIds, assetIds) &&
|
||||
other.description == description &&
|
||||
other.expiresAt == expiresAt &&
|
||||
other.showExif == showExif &&
|
||||
other.type == type;
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
||||
Reference in New Issue
Block a user