nim_core
nim_core
NIMChatroomQueueEntry
toMap method
toMap
toMap
method
Null safety
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => { 'key': key, 'value': value, };
nim_core
nim_core
NIMChatroomQueueEntry
toMap method
NIMChatroomQueueEntry class
Constructors
NIMChatroomQueueEntry
fromMap
Properties
hashCode
key
runtimeType
value
Methods
noSuchMethod
toMap
toString
Operators
operator ==