PairedOptions<T extends Object> constructor
PairedOptions<T extends Object> (
- List<
PairOption< options, {T> > - String? description,
Implementation
new(List<PairOption<T>> options, {this.description})
: options = List.unmodifiable(options),
required = false;