GlobPathMatcher constructor
GlobPathMatcher(
- Glob _glob
Creates a GlobPathMatcher with the specified glob
pattern.
Implementation
GlobPathMatcher(this._glob);
Creates a GlobPathMatcher with the specified glob
pattern.
GlobPathMatcher(this._glob);