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