RxDocument<RxDocType> constructor

RxDocument<RxDocType>(
  1. RxCollection<RxDocType> collection,
  2. dynamic data
)

Implementation

RxDocument(this.collection, this.data);