mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
47 lines
1.5 KiB
Dart
47 lines
1.5 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'ls_trashbin.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$LsTrashbinBlocNpLog on LsTrashbinBloc {
|
|
// ignore: unused_element
|
|
Logger get _log => log;
|
|
|
|
static final log = Logger("bloc.ls_trashbin.LsTrashbinBloc");
|
|
}
|
|
|
|
// **************************************************************************
|
|
// ToStringGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$LsTrashbinBlocQueryToString on LsTrashbinBlocQuery {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "LsTrashbinBlocQuery {account: $account}";
|
|
}
|
|
}
|
|
|
|
extension _$_LsTrashbinBlocExternalEventToString
|
|
on _LsTrashbinBlocExternalEvent {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "_LsTrashbinBlocExternalEvent {}";
|
|
}
|
|
}
|
|
|
|
extension _$LsTrashbinBlocStateToString on LsTrashbinBlocState {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "${objectRuntimeType(this, "LsTrashbinBlocState")} {account: $account, items: [length: ${items.length}]}";
|
|
}
|
|
}
|
|
|
|
extension _$LsTrashbinBlocFailureToString on LsTrashbinBlocFailure {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "LsTrashbinBlocFailure {account: $account, items: [length: ${items.length}], exception: $exception}";
|
|
}
|
|
}
|