InAppQueryReference class
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
-