TUIConnectionUser class
- Available extensions
Constructors
- TUIConnectionUser.new()
-
TUIConnectionUser.fromJson(Map<
String, dynamic> dataMap)
Properties
- avatarUrl ↔ String
-
The user avatar url of the connection user.
getter/setter pair
- connectionStatus ↔ TUIConnectionStatus?
-
Available on TUIConnectionUser, provided by the TUIConnectionUserWithStatus extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- joinConnectionTime ↔ int
-
The Timestamp of when the user joined the connection.
getter/setter pair
- roomId ↔ String
-
The room id of the connection user.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId ↔ String
-
The user id of the connection user.
getter/setter pair
- userName ↔ String
-
The user name of the connection 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