menu
angel3_mongo package
documentation
services.dart
MongoService
MongoService.new constructor
MongoService.new constructor
dark_mode
light_mode
MongoService
constructor
MongoService
(
DbCollection
collection
, {
bool
allowRemoveAll
=
false
,
bool
allowQuery
=
true
,
})
Implementation
MongoService(this.collection, {this.allowRemoveAll = false, this.allowQuery = true}) : super();
angel3_mongo package
documentation
services
MongoService
MongoService.new constructor
MongoService class