UserInfo class
The information of the group member.
分组成员信息。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- UserInfo.new(String userId, String userData)
- Constructs a UserInfo
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userData ↔ String
-
Extra data defined by APP, it will be sent to all users in group, max length is 128 bytes.
getter/setter pair
- userId ↔ String
-
The user ID.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited