DelegatingSelectionOptions<T> class

A SelectionOptions implementation that delegates.

Implemented types
Implementers

Constructors

DelegatingSelectionOptions(SelectionOptions<T> _options)

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotEmpty bool
TODO(google): Remove method after b/26784290 is resolved.
no setteroverride
optionGroups List<OptionGroup<T>>
The groups of available options.
getter/setter pairoverride
optionsList List<T>
All options flattened in one list.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<List<OptionGroup<T>>>
Provides the stream of options group changes.
no setteroverride

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