QueryableReference class

Implementers

Constructors

QueryableReference(HopDocClient client, String index)

Properties

client HopDocClient
getter/setter pair
compoundBody Map<String, dynamic>
no setter
hashCode int
The hash code for this object.
no setterinherited
index String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

docInQuery(Map<String, dynamic> doc) bool
get({int? size, bool onlyIds = false}) Future<IndexSnapshot>
getWidget({required Widget onData(List<Document>), required Widget onError(String), required Widget onLoading()}) Widget
limit(int number) Query
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderBy({required String field, String order = "asc", bool addId = true}) Query
start({int? at, Document? after, bool nanoDate = false}) Query
toString() String
A string representation of this object.
inherited
where(String field, {String? isEqualTo, int? isGreaterThan, int? isGreaterThanOrEqualTo, int? isLessThan, int? isLessThanOrEqualTo, String? contains}) Query
withinBox({required GeoPoint topLeft, required GeoPoint bottomRight, required String field}) Query
withinRadius({required GeoPoint center, required String radius, required String field}) Query

Operators

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