DBPointerData constructor
DBPointerData(
- String collection,
- BsonObjectId id,
- BsonString bsonCollection
Implementation
DBPointerData(this.collection, this.id, this.bsonCollection);