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