DbRefData constructor
DbRefData(
- String collection,
- BsonObjectId bsonObjectId,
- BsonString bsonCollection
Implementation
DbRefData(this.collection, this.bsonObjectId, this.bsonCollection);