categoricalValues property

List<String>? categoricalValues
getter/setter pair

Required if type is CATEGORICAL.

The list of possible categories.

Implementation

core.List<core.String>? categoricalValues;