Options constructor

Options(
  1. String path,
  2. String output, {
  3. bool help = false,
})

Implementation

Options(this.path, this.output, {this.help = false});