SelectorWheelValue<T> class

Annotations
  • @freezed

Constructors

SelectorWheelValue({required String label, required T value, required int index})
const
factory

Properties

copyWith → $SelectorWheelValueCopyWith<T, SelectorWheelValue<T>>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
index int
The index of the wheel item.
no setterinherited
label String
The string representation of the value. This is what will be displayed in the wheel.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
The value of the wheel item.
no setterinherited

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