NIMChatroomMemberOptions class Null safety
- Annotations
Constructors
-
NIMChatroomMemberOptions({required String roomId, required String account, Map<
String, dynamic> ? notifyExtension}) -
NIMChatroomMemberOptions.fromMap(Map<
String, dynamic> json) -
factory
Properties
- account → String
-
成员帐号
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
notifyExtension
↔ Map<
String, dynamic> ? -
操作产生的通知事件中开发者自定义的扩展字段(可选)
@JsonKey(fromJson: castPlatformMapToDartMap), read / write
- roomId → String
-
聊天室id
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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