DataPageQueryResult<T> constructor
Create an instance of DataPageQueryResult.
Implementation
DataPageQueryResult(this.total, this.results, this.page, this.resultsPerPage);
Create an instance of DataPageQueryResult.
DataPageQueryResult(this.total, this.results, this.page, this.resultsPerPage);