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