SearchMeUp<T> class

This handles the search ranking logic, based on whatever delegate is given.

Constructors

SearchMeUp(SearchMeUpDelegate<T> delegate)

Properties

delegate SearchMeUpDelegate<T>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
rankedSearch(String text, Iterable<T> searchArea, {dynamic limit = 0}) List<Set<T>>
Performs a search on the searchArea using the given text. The type of search to be made is dictated by delegate.
toString() String
A string representation of this object.
inherited

Operators

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