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