DBPointerData constructor

DBPointerData(
  1. String collection,
  2. BsonObjectId id,
  3. BsonString bsonCollection
)

Implementation

DBPointerData(this.collection, this.id, this.bsonCollection);