PagingViewInfo<ITEM> constructor

PagingViewInfo<ITEM>(
  1. EmptyState emptyState, [
  2. List<ITEM>? listItems,
  3. bool? isHasNext
])

Implementation

PagingViewInfo(this.emptyState, [this.listItems, this.isHasNext]);