MapService constructor

MapService({
  1. bool allowRemoveAll = false,
  2. bool allowQuery = true,
  3. bool autoIdAndDateFields = true,
  4. bool autoSnakeCaseNames = true,
})

Implementation

MapService(
    {this.allowRemoveAll = false,
    this.allowQuery = true,
    this.autoIdAndDateFields = true,
    this.autoSnakeCaseNames = true})
    : super();