GameListModel constructor
GameListModel({
- String? nationCode,
- String? id,
- String? icon,
- String? name,
- String? typeForMobile,
- String? winCostTicket,
- String? winSpt,
- String? loseCostTicket,
- String? loseSpt,
- String? drawCostTicket,
- String? drawSpt,
- String? namePointHistory,
- String? cdate,
- String? urlForMobile,
- String? earnedTikect,
- String? freeticket,
- String? versionForMobile,
- bool? forceUpdate,
- String? tiket,
- 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});