nc-photos/app/lib/entity/nc_album_item.g.dart

14 lines
930 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'nc_album_item.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$NcAlbumItemToString on NcAlbumItem {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "NcAlbumItem {path: $path, fileId: $fileId, ${contentLength == null ? "" : "contentLength: $contentLength, "}${contentType == null ? "" : "contentType: $contentType, "}${etag == null ? "" : "etag: $etag, "}${lastModified == null ? "" : "lastModified: $lastModified, "}${hasPreview == null ? "" : "hasPreview: $hasPreview, "}${isFavorite == null ? "" : "isFavorite: $isFavorite, "}${fileMetadataWidth == null ? "" : "fileMetadataWidth: $fileMetadataWidth, "}${fileMetadataHeight == null ? "" : "fileMetadataHeight: $fileMetadataHeight"}}";
}
}