LazyLoadBloc<T> class abstract

Inheritance
Implementers

Constructors

LazyLoadBloc({List<AbstractClientFilter<T>> clientFilters = const [], OnError? onError, int? totalLimit})

Properties

clientFilters List<AbstractClientFilter<T>>
finalinherited
currentState CollectionState<T>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
initialState CollectionState<T>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states Stream<CollectionState<T>>
no setterinherited
totalLimit int?
finalinherited

Methods

createState() CollectionState<T>
inherited
dispose() Future<void>
inherited
loadAllIfCan() Future<void>
loadMoreIfCan() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onError(Object error, StackTrace trace) → void
inherited
pushOutput() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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