PaginationResult<T> constructor

PaginationResult<T>(
  1. List<T> items,
  2. int total
)

Implementation

PaginationResult(this.items, this.total);