QueryPagination constructor

const QueryPagination({
  1. int page = 0,
  2. int limit = 100,
})

Implementation

const QueryPagination({this.page = 0, this.limit = 100});