OptionItemsSearch<T> class

Model representing a selectable item in the dropdown.

Constructors

OptionItemsSearch({T? model, required String displayTitle})
Creates an OptionItemsSearch with an optional model and a required displayTitle.

Properties

displayTitle String
The text label displayed in the dropdown.
final
hashCode int
The hash code for this object.
no setterinherited
model → T?
The underlying value for the dropdown option.
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