FirestoreLazyLoadBloc<T> class abstract

Implementers

Constructors

FirestoreLazyLoadBloc({required Query<T> query, 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
query → Query<T>
final
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
getStartAtQuery() → Query<T>
loadAllIfCan() Future<void>
inherited
loadMoreIfCan() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onError(Object error, StackTrace trace) → void
inherited
pushOutput() → void
inherited
setLastDocument(DocumentSnapshot<T>? doc) → void
toString() String
A string representation of this object.
inherited

Operators

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