NIMChatroomUpdateMyMemberInfoRequest class
修改自身成员信息请求
- Annotations
-
- @JsonSerializable()
Constructors
-
NIMChatroomUpdateMyMemberInfoRequest({String? nickname, String? avatar, Map<
String, dynamic> ? extension, bool needSave = false}) -
NIMChatroomUpdateMyMemberInfoRequest.fromMap(Map<
String, dynamic> map) -
factory
Properties
- avatar → String?
-
聊天室内的头像
final
-
extension
→ Map<
String, dynamic> ? -
开发者扩展字段
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- needSave → bool
-
更新的信息是否需要做持久化,只对固定成员生效
final
- nickname → String?
-
聊天室内的昵称字段
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited