mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 10:58:50 +01:00
37 lines
1.2 KiB
Dart
37 lines
1.2 KiB
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'scan_local_dir.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$ScanLocalDirBlocQueryToString on ScanLocalDirBlocQuery {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "ScanLocalDirBlocQuery {relativePaths: ${relativePaths.toReadableString()}}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$_ScanLocalDirBlocFileDeletedToString
|
||
|
on _ScanLocalDirBlocFileDeleted {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "_ScanLocalDirBlocFileDeleted {files: ${files.map((f) => f.logTag).toReadableString()}}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$ScanLocalDirBlocStateToString on ScanLocalDirBlocState {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "${objectRuntimeType(this, "ScanLocalDirBlocState")} {files: [length: ${files.length}]}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$ScanLocalDirBlocFailureToString on ScanLocalDirBlocFailure {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "ScanLocalDirBlocFailure {files: [length: ${files.length}], exception: $exception}";
|
||
|
}
|
||
|
}
|