NIMChatroomMemberInAttachment class Null safety
聊天室成员加入通知消息附件
- Inheritance
-
- Object
- NIMMessageAttachment
- NIMChatroomNotificationAttachment
- NIMChatroomMemberInAttachment
- Annotations
-
- @JsonSerializable()
Constructors
Properties
-
extension
→ Map<
String, dynamic> ? -
获取聊天室通知扩展字段
该字段对应 NIMChatroomEnterRequest.notifyExtension
@JsonKey(fromJson: castPlatformMapToDartMap), final, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- muted → bool
-
是否是禁言状态
@JsonKey(defaultValue: false), final
- operator → String?
-
获取该操作的发起者的账号
final, inherited
- operatorNick → String?
-
获取该操作的发起者的昵称
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
targetNicks
→ List<
String> ? -
获取该操作的承受者的昵称列表
final, inherited
-
targets
→ List<
String> ? -
获取该操作的承受者的账号列表
final, inherited
- tempMuted → bool
-
是否临时禁言状态
@JsonKey(defaultValue: false), final
- tempMutedDuration → int
-
临时禁言时长,单位为秒
@JsonKey(defaultValue: 0), final
- type → int
-
通知类型,参考 NIMChatroomNotificationTypes
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited