mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-08 18:28:53 +01:00
29 lines
973 B
Dart
29 lines
973 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'list_person.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$ListPersonBlocQueryToString on ListPersonBlocQuery {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "ListPersonBlocQuery {account: $account}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$ListPersonBlocStateToString on ListPersonBlocState {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "${objectRuntimeType(this, "ListPersonBlocState")} {account: $account, items: [length: ${items.length}]}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$ListPersonBlocFailureToString on ListPersonBlocFailure {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "ListPersonBlocFailure {account: $account, items: [length: ${items.length}], exception: $exception}";
|
||
|
}
|
||
|
}
|