nim_core
nim_core
NIMChatroomQueueEntry
NIMChatroomQueueEntry constructor
NIMChatroomQueueEntry
NIMChatroomQueueEntry
constructor
Null safety
NIMChatroomQueueEntry
(
{
required
String
key
,
required
String
?
value
}
)
Implementation
NIMChatroomQueueEntry({ required this.key, required this.value, });
nim_core
nim_core
NIMChatroomQueueEntry
NIMChatroomQueueEntry constructor
NIMChatroomQueueEntry class
Constructors
NIMChatroomQueueEntry
fromMap
Properties
hashCode
key
runtimeType
value
Methods
noSuchMethod
toMap
toString
Operators
operator ==