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