ListBloc<T> constructor
ListBloc<T> (
- ListRepository<
T> repository
Implementation
ListBloc(ListRepository<T> repository)
: super(_FilterRepositoryAdapter(repository));