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