PageInfo constructor

PageInfo({
  1. int? resultsPerPage,
  2. int? totalResults,
})

Implementation

PageInfo({
  this.resultsPerPage,
  this.totalResults,
});