OptionItemsMultiSearch<T> class

Represents an individual selectable option in a multi-select dropdown. Contains a display title and an optional underlying model value.

Constructors

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

Properties

displayTitle String
The display name shown in the dropdown.
final
hashCode int
The hash code for this object.
no setteroverride
model → T?
The actual value associated with the dropdown item.
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.
override