mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 09:16:19 +01:00
28 lines
956 B
Dart
28 lines
956 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'cover_provider.dart';
|
|
|
|
// **************************************************************************
|
|
// ToStringGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$AlbumAutoCoverProviderToString on AlbumAutoCoverProvider {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "AlbumAutoCoverProvider {coverFile: ${coverFile == null ? null : "${coverFile!.path}"}}";
|
|
}
|
|
}
|
|
|
|
extension _$AlbumManualCoverProviderToString on AlbumManualCoverProvider {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "AlbumManualCoverProvider {coverFile: ${coverFile.path}}";
|
|
}
|
|
}
|
|
|
|
extension _$AlbumMemoryCoverProviderToString on AlbumMemoryCoverProvider {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "AlbumMemoryCoverProvider {coverFile: ${coverFile.fdPath}}";
|
|
}
|
|
}
|