PairedOptions<T extends Object> constructor

PairedOptions<T extends Object>(
  1. List<PairOption<T>> options, {
  2. String? description,
})

Implementation

new(List<PairOption<T>> options, {this.description})
  : options = List.unmodifiable(options),
    required = false;