RxDatabase<CollectionsOfDatabase> class

Constructors

RxDatabase(String name, FlutterQjs engine, ReplaySubject<RxChangeEventBulk> eventBulks$, List collectionMeta)

Properties

collectionMeta List
getter/setter pair
collections Map<String, RxCollection>
getter/setter pair
engine ↔ FlutterQjs
getter/setter pair
eventBulks$ ↔ ReplaySubject<RxChangeEventBulk>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCollection<RxDocType>(String name) RxCollection<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