MongodbDatabase constructor
MongodbDatabase({
- List<
MongodbCollection> ? collections, - String? database,
Implementation
MongodbDatabase({this.collections, this.database});