menu
quiver package
documentation
pattern.dart
Glob
hasMatch method
hasMatch method
dark_mode
light_mode
hasMatch
method
bool
hasMatch
(
String
str
)
Implementation
bool hasMatch(String str) => regex.hasMatch(str);
quiver package
documentation
pattern
Glob
hasMatch method
Glob class