GameVersion constructor

GameVersion({
  1. String? nationCode,
  2. String? id,
  3. String? icon,
  4. String? name,
  5. String? typeForMobile,
  6. String? urlForMobile,
  7. String? versionForMobile,
  8. String? winCostTicket,
  9. String? winSpt,
  10. String? loseCostTicket,
  11. String? loseSpt,
  12. String? drawCostTicket,
  13. String? drawSpt,
  14. String? namePointHistory,
  15. String? cdate,
  16. String? isActive,
})

Implementation

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