PageInfo constructor

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

Implementation

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