NIMTeamMessageAckInfo class Null safety

群已读回执信息 此类有两种状态,一种是存储已读未读用户账号列表的状态, 一种是存储已读未读人数的状态 第一种状态下,ackCount和unAckCount为0 第二种状态下ackAccountList和unAckAccountList都为null

Annotations

Constructors

NIMTeamMessageAckInfo({String? teamId, String? msgId, List<String>? ackAccountList, List<String>? unAckAccountList})
NIMTeamMessageAckInfo.fromMap(Map<String, dynamic> map)
factory

Properties

ackAccountList List<String>?
final
hashCode int
The hash code for this object. [...]
read-only, inherited
msgId String?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
teamId String?
final
unAckAccountList List<String>?
final

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