TUIBattleUser class

Constructors

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

Properties

avatarUrl String
The user avatar url of the battle user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
roomId String
The room id of the battle user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int
The score of the battle user.
getter/setter pair
userId String
The user id of the battle user.
getter/setter pair
userName String
The user name of the battle user.
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