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