allowedIntValues property

List<String>? allowedIntValues
getter/setter pair

Use this field if only certain integers are accepted.

Can be combined with min_value and max_value to add additional values.

Implementation

core.List<core.String>? allowedIntValues;