RxQuery<RxDocType> class

Constructors

RxQuery(dynamic query, RxCollection<RxDocType> collection)

Properties

collection RxCollection<RxDocType>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
query ↔ dynamic
getter/setter pair
results$ Stream<List<RxDocument<RxDocType>>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscribed bool
getter/setter pair

Methods

$() Stream<List<RxDocument<RxDocType>>>
exec() Future<List<RxDocument<RxDocType>>>
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