values property

List<String>? values
getter/setter pair

Must be specified if type is CATEGORICAL.

The list of possible categories.

Implementation

core.List<core.String>? values;