ContextRoot constructor

ContextRoot(
  1. String root,
  2. List<String> exclude, {
  3. String? optionsFile,
})

Implementation

ContextRoot(this.root, this.exclude, {this.optionsFile});