BuildFilter constructor

BuildFilter(
  1. Glob _package,
  2. Glob _path
)

Implementation

BuildFilter(this._package, this._path);