RxCollection<RxDocType> class

Constructors

RxCollection(String name, RxDatabase database, String primaryKey)

Properties

database RxDatabase
getter/setter pair
docCache DocCache<RxDocType>
getter/setter pair
eventBulks$ Stream<RxChangeEventBulk>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
primaryKey String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

find(dynamic query) RxQuery<RxDocType>
insert(dynamic data) Future<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