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