optionGroups property

List<OptionGroup<T>> get optionGroups

The groups of available options.

Do not modify this list from outside of this class. Instead, create a SelectionOptions from a stream. This list may be replaced by the data provider, so consider this list reference to be ephemeral, with the SelectionOptions object's property as the source of truth.

Implementation

List<OptionGroup<T>> get optionGroups;
set optionGroups (List<OptionGroup<T>> value)

Implementation

set optionGroups(List<OptionGroup<T>> value);