oneOf property
Titled enum options for titled single-select enums.
Must contain at least one option when present.
Optional. Omitted and null are equivalent and mean no titled single-select choices are
declared by oneOf.
Implementation
final List<EnumOption>? oneOf;