SelectData class
Constructors
-
SelectData(SearchFilter? searchFilter, String? query, SelectValueChanged onChanged, ValueListenable<
List< value, bool orderSelectedFirst)Object?> >
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- onChanged → SelectValueChanged
-
final
- orderSelectedFirst → bool
-
final
- query → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchFilter → SearchFilter?
-
final
-
final
-
value
→ ValueListenable<
List< Object?> > -
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.
override