mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
24 lines
719 B
Dart
24 lines
719 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}";
|
||
|
}
|
||
|
}
|