acceptedOptionValues property

List<String> acceptedOptionValues
final

List of literal string values to be accepted as valid value for option.

Implementation

static final acceptedOptionValues = values.map((e) => e.configValue).toList();