FireCollQuery class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
filter(String field, dynamic value)
→ FireCollQuery
-
-
get()
→ Future<List<FireDoc>>
-
-
getTuple<T>(T f(Map<String, dynamic>))
→ Future<List<FireDocTuple<T>>>
-
-
getTupleWithStream<T>(T f(Map<String, dynamic>))
→ Stream<List<FireDocTuple<T>>>
-
-
getWithStream()
→ Stream<List<FireDoc>>
-
-
logic(FireCollFilter filter)
→ FireCollQuery
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
orderBy(String field, {bool descending = false})
→ FireCollQuery
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
where(String field, {dynamic isEqualTo, dynamic isNotEqualTo, dynamic isLessThan, dynamic isLessThanOrEqualTo, dynamic isGreaterThan, dynamic isGreaterThanOrEqualTo, List? arrayContains, List? arrayContainsAny, List? arrayContainsAll, Iterable<Object?>? whereIn, List? whereNotIn, bool? isNull})
→ FireCollQuery
-