CollectionAdapter<Item> constructor

CollectionAdapter<Item>(
  1. Future<List<Item>> getItemsDelegate(
    1. int offset,
    2. int limit
    ),
  2. Future<int> getSizeDelegate()
)

Implementation

CollectionAdapter(this.getItemsDelegate, this.getSizeDelegate);