SearchableChoiceDataRow<T> class
SearchableChoiceDataRow a class that contain SearchableChoice data.
Constructors
- SearchableChoiceDataRow({required T index, required String display})
Properties
- display → String
-
displays
is a list of string that shows in aSearchableChoice
final - hashCode → int
-
The hash code for this object.
no setterinherited
- index → T
-
indexs
is a list of data that therowClick
returns data with.final - runtimeType → Type
-
A representation of the runtime type of the object.
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
Static Methods
-
row<
T> ({required T index, required String display}) → SearchableChoiceDataRow - row a function to generate the SearchableChoiceDataRow.