mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 17:26:18 +01:00
36 lines
1.4 KiB
Dart
36 lines
1.4 KiB
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'provider.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$AlbumStaticProviderToString on AlbumStaticProvider {
|
||
|
String _$toString({bool isDeep = false}) {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AlbumStaticProvider {latestItemTime: $latestItemTime, items: ${isDeep ? items.toReadableString() : '[length: ${items.length}]'}}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$AlbumDirProviderToString on AlbumDirProvider {
|
||
|
String _$toString({bool isDeep = false}) {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AlbumDirProvider {latestItemTime: $latestItemTime, dirs: ${dirs.map((e) => e.path).toReadableString()}}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$AlbumTagProviderToString on AlbumTagProvider {
|
||
|
String _$toString({bool isDeep = false}) {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AlbumTagProvider {latestItemTime: $latestItemTime, tags: ${tags.map((t) => t.displayName).toReadableString()}}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$AlbumMemoryProviderToString on AlbumMemoryProvider {
|
||
|
String _$toString({bool isDeep = false}) {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AlbumMemoryProvider {latestItemTime: $latestItemTime, year: $year, month: $month, day: $day}";
|
||
|
}
|
||
|
}
|