nc-photos/app/lib/bloc/list_share.g.dart
2022-12-09 00:03:28 +08:00

28 lines
1,023 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'list_share.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$ListShareBlocQueryToString on ListShareBlocQuery {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "ListShareBlocQuery {account: $account, file: ${file.path}}";
}
}
extension _$ListShareBlocStateToString on ListShareBlocState {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "${objectRuntimeType(this, "ListShareBlocState")} {account: $account, file: ${file.path}, items: [length: ${items.length}]}";
}
}
extension _$ListShareBlocFailureToString on ListShareBlocFailure {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "ListShareBlocFailure {account: $account, file: ${file.path}, items: [length: ${items.length}], exception: $exception}";
}
}