mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
47 lines
1.6 KiB
Dart
47 lines
1.6 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'scan_local_dir.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$ScanLocalDirBlocNpLog on ScanLocalDirBloc {
|
|
// ignore: unused_element
|
|
Logger get _log => log;
|
|
|
|
static final log = Logger("bloc.scan_local_dir.ScanLocalDirBloc");
|
|
}
|
|
|
|
// **************************************************************************
|
|
// 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}";
|
|
}
|
|
}
|