ItemResults<I extends ItemClassWithAccessor> class
State containing the items that have been filtered and searched according to the active conditions and search query.
The items should be the source of truth to render in your list UI.
- Inheritance
-
- Object
- ItemListState
- ItemResults
Constructors
-
ItemResults(List<
I> items) -
State containing the items that have been filtered and searched
according to the active conditions and search query.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
I> -
Items that have made it past filtering and searching.
final
-
props
→ List<
Object> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.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