DbRef constructor

DbRef(
  1. String collection,
  2. Object id, {
  3. String? db,
})

Implementation

DbRef(this.collection, this.id, {this.db});