5 lines
70 B
Dart
5 lines
70 B
Dart
|
part of 'search_bloc.dart';
|
||
|
|
||
|
@immutable
|
||
|
abstract class SearchEvent {}
|