TUIBattleInfo class

Constructors

TUIBattleInfo.new()
TUIBattleInfo.fromJson(Map<String, dynamic> dataMap)

Properties

battleId String
Battle ID.
getter/setter pair
config TUIBattleConfig
The configuration of battle.
getter/setter pair
endTime int
The timestamp marking the end of the battle (Unit: seconds).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviteeList List<TUIBattleUser>
The people who are invited to join the battle.
getter/setter pair
inviter TUIBattleUser
The person who requests the battle.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
The timestamp marking the start of the battle (Unit: seconds).
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.
override

Operators

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