nim_core
nim_core
NIMBroadcastMessage
NIMBroadcastMessage constructor
NIMBroadcastMessage
NIMBroadcastMessage
constructor
Null safety
NIMBroadcastMessage
(
{
required
int
?
id
,
String
?
fromAccount
,
int
?
time
,
String
?
content
}
)
Implementation
NIMBroadcastMessage( {required this.id, this.fromAccount, this.time, this.content});
nim_core
nim_core
NIMBroadcastMessage
NIMBroadcastMessage constructor
NIMBroadcastMessage class
Constructors
NIMBroadcastMessage
fromMap
Properties
content
fromAccount
hashCode
id
runtimeType
time
Methods
noSuchMethod
toMap
toString
Operators
operator ==