$PageInfo constructor

$PageInfo({
  1. int? resultPerPage,
  2. int? startIndex,
  3. int? totalResults,
})

Implementation

$PageInfo({
  this.resultPerPage,
  this.startIndex,
  this.totalResults,
});