allowedValues property

List<String>? allowedValues
getter/setter pair

The list of allowed values, if bounded.

This field will be empty if there is a unbounded number of allowed values.

Implementation

core.List<core.String>? allowedValues;