MongodbDatabase constructor

MongodbDatabase({
  1. List<MongodbCollection>? collections,
  2. String? database,
})

Implementation

MongodbDatabase({this.collections, this.database});