SearchQueryCubit constructor

SearchQueryCubit()

Cubit that acts as a holder for the current search query.

There should be no need to ever manually construct a SearchQueryCubit. It should, instead, be retrieved from within the ListManager in order to set or clear the search query.

Implementation

SearchQueryCubit() : super('');