ListBloc<T> constructor

ListBloc<T>(
  1. ListRepository<T> repository
)

Implementation

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