MongodbCluster constructor

MongodbCluster({
  1. List<MongodbDatabase>? databases,
})

Implementation

MongodbCluster({this.databases});