nim_core
nim_core
NIMMessageAttachment
fromJson method
fromJson
fromJson
method
Null safety
NIMMessageAttachment
?
fromJson
(
Map
<
Object
?
,
Object
?
>
?
json
)
Implementation
static NIMMessageAttachment? fromJson(Map<Object?, Object?>? json) { return _fromMap(json); }
nim_core
nim_core
NIMMessageAttachment
fromJson method
NIMMessageAttachment class
Constructors
NIMMessageAttachment
Properties
hashCode
runtimeType
Methods
noSuchMethod
toMap
toString
Operators
operator ==
Static methods
fromJson
toJson