ListBloc<R, S> constructor

ListBloc<R, S>({
  1. int pageSize = 10,
})

Implementation

ListBloc({this.pageSize = 10});