DbRefData constructor

DbRefData(
  1. String collection,
  2. BsonObjectId bsonObjectId,
  3. BsonString bsonCollection
)

Implementation

DbRefData(this.collection, this.bsonObjectId, this.bsonCollection);