DataSource<PageKeyType, ItemType> constructor

DataSource<PageKeyType, ItemType>({
  1. bool isEndList = false,
  2. int pageSize = kDefaultPageSize,
  3. PageKeyType? currentKey,
})

Implementation

DataSource(
    {this.isEndList = false,
    this.pageSize = kDefaultPageSize,
    this.currentKey});