ZIMGroupMemberInfo class
Group member information.
- Inheritance
-
- Object
- ZIMUserInfo
- ZIMGroupMemberInfo
Constructors
Properties
- groupEnterInfo ↔ ZIMGroupEnterInfo?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- memberAvatarUrl ↔ String
-
Description: group member avatar url.
getter/setter pair
- memberNickname ↔ String
-
Description: Group nickname.
getter/setter pair
- memberRole ↔ int
-
Description: group role.
getter/setter pair
- muteExpiredTime ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userAvatarUrl ↔ String
-
getter/setter pairinherited
- userID ↔ String
-
User ID, a string with a maximum length of 32 bytes or less. Only support numbers, English characters and '~', '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '_', '+', '=', '-', '`', ';', '’', ',', '.', '<', '>', '/', ''.
getter/setter pairinherited
- userName ↔ String
-
User name, a string with a maximum length of 256 bytes or less.
getter/setter pairinherited
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