FirestoreQueryBuilderSnapshot<Document> class abstract

The result of a paginated query.

Properties

docs → List<QueryDocumentSnapshot<Document>>
All the items obtained.
no setter
error → Object?
The error emitted, if any.
no setter
hasData → bool
Whether at least one page was obtained.
no setter
hasError → bool
Whether a page was not obtained.
no setter
hashCode → int
The hash code for this object.
no setterinherited
hasMore → bool
Whether there is an extra page to fetch
no setter
isFetching → bool
Whether the first page of the query is currently being fetched.
no setter
isFetchingMore → bool
Whether a new page is being fetched.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stackTrace → StackTrace?
If an error was emitted, the stackTrace associated to this error.
no setter

Methods

fetchMore() → void
Try to obtain more items from the collection.
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