TivioDataPagination<T> constructor

TivioDataPagination<T>(
  1. List<T> records,
  2. bool hasNextPage
)

Implementation

TivioDataPagination(this.records, this.hasNextPage);