mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
36 lines
1.2 KiB
Dart
36 lines
1.2 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'list_face_file.dart';
|
|
|
|
// **************************************************************************
|
|
// ToStringGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$ListFaceFileBlocQueryToString on ListFaceFileBlocQuery {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "ListFaceFileBlocQuery {account: $account, person: $person}";
|
|
}
|
|
}
|
|
|
|
extension _$_ListFaceFileBlocExternalEventToString
|
|
on _ListFaceFileBlocExternalEvent {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "_ListFaceFileBlocExternalEvent {}";
|
|
}
|
|
}
|
|
|
|
extension _$ListFaceFileBlocStateToString on ListFaceFileBlocState {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "${objectRuntimeType(this, "ListFaceFileBlocState")} {account: $account, items: [length: ${items.length}]}";
|
|
}
|
|
}
|
|
|
|
extension _$ListFaceFileBlocFailureToString on ListFaceFileBlocFailure {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "ListFaceFileBlocFailure {account: $account, items: [length: ${items.length}], exception: $exception}";
|
|
}
|
|
}
|