Search<T extends Object> class
sealed
Whether an async list is searchable, and how search behaves.
NoSearch (the default) is a plain paginated list. AsyncSearch turns search on and carries the fetcher and cache policy together, so neither can be set on a list that doesn't search. ListSmith.async only: a ListSmith.sync list is search by definition and takes its predicate directly.
- Implementers
Properties
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited