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