MongoDbDocument constructor

const MongoDbDocument(
  1. String _id,
  2. CollRefMongo _collRef
)

Implementation

const MongoDbDocument(
  this._id,
  this._collRef,
);