nc-photos/app/lib/bloc/list_sharee.g.dart

41 lines
1.4 KiB
Dart
Raw Normal View History

2022-12-08 16:39:13 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'list_sharee.dart';
2022-12-16 16:01:04 +01:00
// **************************************************************************
// NpLogGenerator
// **************************************************************************
// ignore: non_constant_identifier_names
final _$logListShareeBloc = Logger("bloc.list_sharee.ListShareeBloc");
extension _$ListShareeBlocNpLog on ListShareeBloc {
// ignore: unused_element
Logger get _log => _$logListShareeBloc;
}
2022-12-08 16:39:13 +01:00
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$ListShareeBlocQueryToString on ListShareeBlocQuery {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "ListShareeBlocQuery {account: $account}";
}
}
extension _$ListShareeBlocStateToString on ListShareeBlocState {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "${objectRuntimeType(this, "ListShareeBlocState")} {account: $account, items: [length: ${items.length}]}";
}
}
extension _$ListShareeBlocFailureToString on ListShareeBlocFailure {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "ListShareeBlocFailure {account: $account, items: [length: ${items.length}], exception: $exception}";
}
}