InfiniteListEvent<T, State> class abstract

Implementers

Constructors

InfiniteListEvent({State batch(State)?})
InfiniteListEvent.addItem(T item)
factory
InfiniteListEvent.addItems(List<T> items)
factory
InfiniteListEvent.fetchNext()
factory
InfiniteListEvent.insert(int idx, T item)
factory
InfiniteListEvent.reinitialize()
factory
InfiniteListEvent.remove(T item)
factory
InfiniteListEvent.removeAt(int idx)
factory
InfiniteListEvent.replace(T before, T after)
factory
InfiniteListEvent.replaceAt(int idx, T item)
factory
InfiniteListEvent.replaceWhere(bool test(T), T willReplacedItemGenerator(T element))
factory
InfiniteListEvent.reset()
factory

Properties

batch → (State Function(State)?)
final
completed Future<void>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

complete() → void
inherited
completeError(Object error, StackTrace stackTrace) → void
inherited
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