setValues property

List<String>? setValues
getter/setter pair

Specifies the list of values allowed in the column.

Only used for set data type.

Implementation

core.List<core.String>? setValues;