mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
28 lines
973 B
Dart
28 lines
973 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'list_sharee.dart';
|
|
|
|
// **************************************************************************
|
|
// 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}";
|
|
}
|
|
}
|