menu
dds package
documentation
dap.dart
Message
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
Message
fromJson
(
Map
<
String
,
Object
?
>
obj
)
Implementation
static Message fromJson(Map<String, Object?> obj) => Message.fromMap(obj);
dds package
documentation
dap
Message
fromJson static method
Message class