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