GroupedOptions<T> class abstract

Holds a list of options for a selection-based component.

The options are organized into OptionGroups.

Implemented types
Implementers

Constructors

GroupedOptions()

Properties

hashCode int
The hash code for this object.
no setterinherited
optionGroups List<OptionGroup<T>>
The groups of available options.
getter/setter pair
optionsList List<T>
All options flattened in one list.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Dispose when the the options come from a stream.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited