Paging constructor

Paging(
  1. {int count,
  2. int start,
  3. List links}
)

Implementation

Paging({
  this.count,
  this.start,
  this.links,
});