mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
31 lines
946 B
Dart
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}";
|
|
}
|
|
}
|