DocRefMongo constructor

DocRefMongo(
  1. String id,
  2. CollRefMongo parentColl,
  3. Db _db
)

Implementation

DocRefMongo(this.id, this.parentColl, this._db) : super(id, parentColl);