mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
43 lines
1.4 KiB
Dart
43 lines
1.4 KiB
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'search.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$SearchBlocQueryToString on SearchBlocQuery {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "SearchBlocQuery {account: $account, criteria: $criteria}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$_SearchBlocExternalEventToString on _SearchBlocExternalEvent {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "_SearchBlocExternalEvent {}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$SearchBlocResetLandingToString on SearchBlocResetLanding {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "SearchBlocResetLanding {account: $account}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$SearchBlocStateToString on SearchBlocState {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "${objectRuntimeType(this, "SearchBlocState")} {account: $account, criteria: $criteria, items: [length: ${items.length}]}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$SearchBlocFailureToString on SearchBlocFailure {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "SearchBlocFailure {account: $account, criteria: $criteria, items: [length: ${items.length}], exception: $exception}";
|
||
|
}
|
||
|
}
|