AurisSelectOption<T> class

A single option in an AurisSelect.

Annotations

Constructors

AurisSelectOption({required T value, required String label})
Creates an option carrying value, shown as label.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
The monospace label shown in the trigger and popup row.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
The value reported to onChanged when this option is chosen.
final

Methods

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