Paging<ITEM> constructor

Paging<ITEM>(
  1. List<ITEM> items, {
  2. dynamic nextPage,
  3. String? emptyTips,
})

Implementation

Paging(List<ITEM> items, {this.nextPage, this.emptyTips}): _items = items;