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