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