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