nc-photos/app/lib/entity/collection_item/album_item_adapter.g.dart
2024-10-31 01:41:22 +08:00

31 lines
946 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'album_item_adapter.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$CollectionFileItemAlbumAdapterToString
on CollectionFileItemAlbumAdapter {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "CollectionFileItemAlbumAdapter {item: $item}";
}
}
extension _$CollectionLabelItemAlbumAdapterToString
on CollectionLabelItemAlbumAdapter {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "CollectionLabelItemAlbumAdapter {item: $item}";
}
}
extension _$CollectionMapItemAlbumAdapterToString
on CollectionMapItemAlbumAdapter {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "CollectionMapItemAlbumAdapter {item: $item}";
}
}