PairChoiceOption<T extends Enum> constructor
PairChoiceOption<T extends Enum> (})
Implementation
new(super.name, {required List<T> choices, super.short, super.description})
: choices = List.unmodifiable(choices);