DbCollection constructor

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

Implementation

DbCollection(this.db, this.collectionName);