SelectPickerItem class
A model representing an item in the legacy SelectPicker.
Constructors
- SelectPickerItem(String title, String id, dynamic object)
- Creates a SelectPickerItem.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
The unique identifier of the item.
getter/setter pair
- isChecked ↔ bool
-
Whether the item is currently checked (used in legacy selection).
getter/setter pair
- object ↔ dynamic
-
An optional payload object associated with the item.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
The display title of the item.
getter/setter pair
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