menu
cedar package
documentation
ast.dart
CedarPattern
match method
match method
dark_mode
light_mode
match
method
bool
match
(
String
arg
)
Implementation
bool match(String arg) => _buildRegExp().hasMatch(arg);
cedar package
documentation
ast
CedarPattern
match method
CedarPattern class