mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
31 lines
1 KiB
Dart
31 lines
1 KiB
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'search_suggestion.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$SearchSuggestionBlocUpdateItemsEventToString
|
||
|
on SearchSuggestionBlocUpdateItemsEvent {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "SearchSuggestionBlocUpdateItemsEvent {items: [length: ${items.length}]}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$SearchSuggestionBlocSearchEventToString
|
||
|
on SearchSuggestionBlocSearchEvent {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "SearchSuggestionBlocSearchEvent {phrase: $phrase}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$SearchSuggestionBlocStateToString on SearchSuggestionBlocState {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "${objectRuntimeType(this, "SearchSuggestionBlocState")} {results: [length: ${results.length}]}";
|
||
|
}
|
||
|
}
|