ChatRoomMemberUpdate class

成员变更数据字段

Constructors

ChatRoomMemberUpdate()

Properties

avatar String?
聊天室内头像
getter/setter pair
extension Map<String, dynamic>?
聊天室内扩展字段
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
needSave bool?
更新的信息是否持久化,只对固定成员生效
getter/setter pair
nick String?
聊天室内昵称
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited