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