Flutter
quiver.pattern
Glob
hasMatch method
hasMatch
Glob class
Constructors
Glob
Properties
hashCode
pattern
regex
runtimeType
Methods
allMatches
hasMatch
matchAsPrefix
toString
noSuchMethod
Operators
operator ==
hasMatch method
bool
hasMatch
(
String
str
)
Implementation
bool hasMatch(String str) => regex.hasMatch(str);