MongoDbCollection constructor

MongoDbCollection(
  1. Db db,
  2. String collectionName
)

Implementation

MongoDbCollection(super.db, super.collectionName);