NIMChatroomMemberOptions class Null safety
- Annotations
-
- @JsonSerializable()
Constructors
-
NIMChatroomMemberOptions({required String roomId, required String account, Map<
String, dynamic> ? notifyExtension}) -
NIMChatroomMemberOptions.fromMap(Map<
String, dynamic> json) -
factory
Properties
- account → String
-
Member account
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
-
notifyExtension
↔ Map<
String, dynamic> ? -
Custom notification extension field for operations (optional)
@JsonKey(fromJson: castPlatformMapToDartMap), read / write
- roomId → String
-
Chat room 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