MongoDBTarget constructor

MongoDBTarget({
  1. String? connectionName,
  2. String? path,
  3. bool? scanAll,
})

Implementation

MongoDBTarget({
  this.connectionName,
  this.path,
  this.scanAll,
});