CountryListResModel constructor

CountryListResModel({
  1. int? page,
  2. int? pages,
  3. int? total,
})

Implementation

CountryListResModel({
    this.page,
    this.pages,
    this.total,});