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