PagedList<T> constructor

PagedList<T>(
  1. List<T> _inner, {
  2. String? nextCursor,
  3. int? totalCount,
})

Implementation

PagedList(this._inner, {this.nextCursor, this.totalCount});