FilteredSearchItem<T> class

A filtered item with its original index and match positions.

Constructors

FilteredSearchItem({required T item, required int index, List<int> matches = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
Original index in the unfiltered list.
final
item → T
The item.
final
matches List<int>
Indices of matched characters (for highlighting).
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