Meta constructor

Meta({
  1. int? count,
  2. int? dbResponseTimeMs,
  3. int? page,
  4. int? perPage,
})

Implementation

Meta({
  this.count,
  this.dbResponseTimeMs,
  this.page,
  this.perPage,
});