PageModel<T> constructor
PageModel<T> ({})
Implementation
PageModel(
{this.current = 0,
this.pages = 0,
this.isLastPage,
this.records,
this.searchCount = false,
this.size = 0,
this.total = 0});