InAppQueryReference class

Inheritance

Constructors

InAppQueryReference({required InAppDatabase db, required String reference, required String path, required String id, List<Query> queries = const [], List<Selection> selections = const [], List<Sorting> sorts = const [], InAppPagingOptions options = const InAppPagingOptions(), bool counterMode = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
path String
finalinherited
reference String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(InAppDocument data) Future<InAppDocumentSnapshot?>
inherited
count() InAppCounterReference
delete({bool notifiable = false}) Future<bool>
inherited
doc(String field) InAppDocumentReference
inherited
endAt(Iterable<InAppValue?>? values) InAppQueryReference
endAtDocument(InAppValue? snapshot) InAppQueryReference
endBefore(Iterable<InAppValue?>? values) InAppQueryReference
endBeforeDocument(InAppValue? snapshot) InAppQueryReference
get() Future<InAppQuerySnapshot>
override
limit(int limit) InAppQueryReference
limitToLast(int limit) InAppQueryReference
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderBy(Object field, {bool descending = false}) InAppQueryReference
push() String
inherited
set(List<InAppDocumentSnapshot> data, {bool notifiable = false}) Future<InAppQuerySnapshot?>
inherited
snapshots() Stream<InAppQuerySnapshot>
override
startAfter(Iterable<InAppValue?>? values) InAppQueryReference
startAfterDocument(InAppValue? snapshot) InAppQueryReference
startAt(Iterable<InAppValue?>? values) InAppQueryReference
startAtDocument(InAppValue? snapshot) InAppQueryReference
toString() String
A string representation of this object.
inherited
where(Object field, {Object? isEqualTo, Object? isNotEqualTo, Object? isLessThan, Object? isLessThanOrEqualTo, Object? isGreaterThan, Object? isGreaterThanOrEqualTo, Object? arrayContains, Object? arrayNotContains, Iterable<Object?>? arrayContainsAny, Iterable<Object?>? arrayNotContainsAny, Iterable<Object?>? whereIn, Iterable<Object?>? whereNotIn, bool? isNull}) InAppQueryReference

Operators

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