enumValue property

List<String>? enumValue
final

Enum values for untitled single-select enums. Must contain at least one value when present. Optional. Omitted and null are equivalent and mean no untitled single-select choices are declared by enum.

Implementation

final List<String>? enumValue;