mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
47 lines
1.6 KiB
Dart
47 lines
1.6 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'ls_dir.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logLsDirBloc = Logger("bloc.ls_dir.LsDirBloc");
|
|
|
|
extension _$LsDirBlocNpLog on LsDirBloc {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logLsDirBloc;
|
|
}
|
|
|
|
// **************************************************************************
|
|
// ToStringGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$LsDirBlocItemToString on LsDirBlocItem {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "LsDirBlocItem {file: ${file.path}, isE2ee: $isE2ee, children: ${children == null ? null : "[length: ${children!.length}]"}}";
|
|
}
|
|
}
|
|
|
|
extension _$LsDirBlocQueryToString on LsDirBlocQuery {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "LsDirBlocQuery {account: $account, root: ${root.path}, depth: $depth}";
|
|
}
|
|
}
|
|
|
|
extension _$LsDirBlocStateToString on LsDirBlocState {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "${objectRuntimeType(this, "LsDirBlocState")} {account: $account, root: ${root.path}, items: [length: ${items.length}]}";
|
|
}
|
|
}
|
|
|
|
extension _$LsDirBlocFailureToString on LsDirBlocFailure {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "LsDirBlocFailure {account: $account, root: ${root.path}, items: [length: ${items.length}], exception: $exception}";
|
|
}
|
|
}
|