2023-04-13 17:32:31 +02:00
|
|
|
// 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}";
|
|
|
|
}
|
|
|
|
}
|
2024-10-30 17:30:12 +01:00
|
|
|
|
|
|
|
extension _$CollectionMapItemAlbumAdapterToString
|
|
|
|
on CollectionMapItemAlbumAdapter {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "CollectionMapItemAlbumAdapter {item: $item}";
|
|
|
|
}
|
|
|
|
}
|