AutoCompleteItem<T> class

Implemented types

Constructors

AutoCompleteItem({required T value, required String text})

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
value → T
final

Methods

compareTo(AutoCompleteItem<T> other) int
Compares this object to another object.
override
contains(Pattern other, [int startIndex = 0]) bool
endsWith(String other) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startsWith(Pattern pattern, [int index = 0]) bool
toLowerCase() String
toString() String
A string representation of this object.
override
toUpperCase() String

Operators

operator ==(Object other) bool
The equality operator.
override