menu
smithy package
documentation
ast.dart
UriPattern
UriPattern.fromJson factory constructor
UriPattern.fromJson factory constructor
dark_mode
light_mode
UriPattern.fromJson
constructor
UriPattern.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory UriPattern.fromJson(Map<String, Object?> json) => _$UriPatternFromJson(json);
smithy package
documentation
ast
UriPattern
UriPattern.fromJson factory constructor
UriPattern class