ItemSourceState<I extends ItemClassWithAccessor> class abstract

The state on the source bloc that contains the actual items to be filtered and searched. This allows the source bloc to have multiple states that it can manage internally.

Constructors

ItemSourceState(List<I> items)
The state on the source bloc that contains the actual items to be filtered and searched. This allows the source bloc to have multiple states that it can manage internally.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<I>
Raw list of items that are emitted from the source bloc.
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