MongoService constructor

MongoService(
  1. DbCollection collection, {
  2. bool allowRemoveAll = false,
  3. bool allowQuery = true,
})

Implementation

MongoService(
  this.collection, {
  this.allowRemoveAll = false,
  this.allowQuery = true,
}) : super();