mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
30 lines
1 KiB
Dart
30 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}]}";
|
|
}
|
|
}
|