GameVersion class
Constructors
- GameVersion({String? nationCode, String? id, String? icon, String? name, String? typeForMobile, String? urlForMobile, String? versionForMobile, String? winCostTicket, String? winSpt, String? loseCostTicket, String? loseSpt, String? drawCostTicket, String? drawSpt, String? namePointHistory, String? cdate, String? isActive})
-
GameVersion.fromJson(Map<
String, dynamic> json)
Properties
- cdate ↔ String?
-
getter/setter pair
- drawCostTicket ↔ String?
-
getter/setter pair
- drawSpt ↔ 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
- 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