Meta constructor

Meta({
  1. int? perPage,
  2. int? total,
  3. int? page,
})

Implementation

Meta({this.perPage, this.total, this.page});