PageInfo constructor

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

Implementation

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