isSearching property

bool get isSearching

Whether the collection is currently searching.

Implementation

bool get isSearching => _bloc.state.isSearching;