Glob constructor

Glob(
  1. String pattern
)

Implementation

Glob(this.pattern) : regex = _regexpFromGlobPattern(pattern);