GameListModel class

Constructors

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})
GameListModel.fromJson(Map<String, dynamic> json)

Properties

cdate String?
getter/setter pair
drawCostTicket String?
getter/setter pair
drawSpt String?
getter/setter pair
earnedTikect String?
getter/setter pair
forceUpdate bool?
getter/setter pair
freeticket String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
getter/setter pair
id String?
getter/setter pair
isActive String?
getter/setter pair
loseCostTicket String?
getter/setter pair
loseSpt String?
getter/setter pair
name String?
getter/setter pair
namePointHistory String?
getter/setter pair
nationCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tiket String?
getter/setter pair
typeForMobile String?
getter/setter pair
urlForMobile String?
getter/setter pair
versionForMobile String?
getter/setter pair
winCostTicket String?
getter/setter pair
winSpt String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited