FirestoreFrozenLazyLoadBloc<T> class

Inheritance

Constructors

FirestoreFrozenLazyLoadBloc({required int pageSize, 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
hasMore bool
no setter
initialState → CollectionState<T>
finalinherited
pageSize int
final
query → Query<T>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states Stream<CollectionState<T>>
no setterinherited
status → LoadStatus
no setter
totalLimit int?
finalinherited

Methods

backgroundReloadFirstPage() Future<void>
clearAndLoadFirstPage() Future<void>
createState() → CollectionState<T>
dispose() Future<void>
inherited
getStartAtQuery() → Query<T>
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
setLastDocument(DocumentSnapshot<T>? doc) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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