mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
40 lines
1.4 KiB
Dart
40 lines
1.4 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'list_sharee.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logListShareeBloc = Logger("bloc.list_sharee.ListShareeBloc");
|
|
|
|
extension _$ListShareeBlocNpLog on ListShareeBloc {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logListShareeBloc;
|
|
}
|
|
|
|
// **************************************************************************
|
|
// 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}";
|
|
}
|
|
}
|