2022-12-08 16:39:13 +01:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'scan_local_dir.dart';
|
|
|
|
|
2022-12-16 16:01:04 +01:00
|
|
|
// **************************************************************************
|
|
|
|
// NpLogGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
extension _$ScanLocalDirBlocNpLog on ScanLocalDirBloc {
|
|
|
|
// ignore: unused_element
|
2022-12-20 17:49:14 +01:00
|
|
|
Logger get _log => log;
|
|
|
|
|
|
|
|
static final log = Logger("bloc.scan_local_dir.ScanLocalDirBloc");
|
2022-12-16 16:01:04 +01:00
|
|
|
}
|
|
|
|
|
2022-12-08 16:39:13 +01:00
|
|
|
// **************************************************************************
|
|
|
|
// 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}";
|
|
|
|
}
|
|
|
|
}
|