CollRefMongo constructor

CollRefMongo(
  1. String name,
  2. DocRefMongo? parentDoc,
  3. Db _db
)

Implementation

CollRefMongo(this.name, this.parentDoc, this._db)
    : super(_db, CollRefUtils.getCollId(name, parentDoc));