Option<T> constructor

Option<T>(
  1. String name,
  2. T defaultValue,
  3. String help, [
  4. String? abbr,
])

Implementation

Option(this.name, this.defaultValue, this.help, [this.abbr]);