v1Pagination constructor

const v1Pagination({
  1. String? limit,
  2. String? before,
  3. String? after,
})

Implementation

const v1Pagination({
   this.limit,
   this.before,
   this.after,
});