isSearching property
bool
get
isSearching
Whether the collection is currently searching.
Implementation
bool get isSearching => _bloc.state.isSearching;
Whether the collection is currently searching.
bool get isSearching => _bloc.state.isSearching;