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