GameListModel constructor

GameListModel({
  1. String? nationCode,
  2. String? id,
  3. String? icon,
  4. String? name,
  5. String? typeForMobile,
  6. String? winCostTicket,
  7. String? winSpt,
  8. String? loseCostTicket,
  9. String? loseSpt,
  10. String? drawCostTicket,
  11. String? drawSpt,
  12. String? namePointHistory,
  13. String? cdate,
  14. String? urlForMobile,
  15. String? earnedTikect,
  16. String? freeticket,
  17. String? versionForMobile,
  18. bool? forceUpdate,
  19. String? tiket,
  20. String? isActive,
})

Implementation

GameListModel(
    {this.nationCode,
      this.id,
      this.icon,
      this.name,
      this.typeForMobile,
      this.winCostTicket,
      this.winSpt,
      this.loseCostTicket,
      this.loseSpt,
      this.drawCostTicket,
      this.drawSpt,
      this.namePointHistory,
      this.cdate,
      this.urlForMobile,
      this.earnedTikect,
      this.freeticket,
      this.versionForMobile,
      this.forceUpdate,
      this.tiket,
      this.isActive});