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