nim_core
nim_core
NIMTeamMessageAckInfo
NIMTeamMessageAckInfo constructor
NIMTeamMessageAckInfo
NIMTeamMessageAckInfo
constructor
Null safety
NIMTeamMessageAckInfo
(
{
String
?
teamId
,
String
?
msgId
,
List
<
String
>
?
ackAccountList
,
List
<
String
>
?
unAckAccountList
}
)
Implementation
NIMTeamMessageAckInfo({ this.teamId, this.msgId, this.ackAccountList, this.unAckAccountList, });
nim_core
nim_core
NIMTeamMessageAckInfo
NIMTeamMessageAckInfo constructor
NIMTeamMessageAckInfo class
Constructors
NIMTeamMessageAckInfo
fromMap
Properties
ackAccountList
hashCode
msgId
runtimeType
teamId
unAckAccountList
Methods
noSuchMethod
toMap
toString
Operators
operator ==