PageResult<T> constructor

PageResult<T>(
  1. List<T> itemList, {
  2. bool? hasMore,
})

Implementation

PageResult(this.itemList, {this.hasMore});