labels property
Range of labeled values for the column.
Some columns like tags and drop-downs limit the values to a set of possible values. We return the range of values in such cases to help clients implement better user data validation.
Optional.
Implementation
core.List<LabeledItem>? labels;