DeleteManyStatement constructor

DeleteManyStatement(
  1. Map<String, dynamic> filter, {
  2. CollationOptions? collation,
  3. String? hint,
  4. Map<String, Object>? hintDocument,
})

Implementation

DeleteManyStatement(super.filter,
    {super.collation, super.hint, super.hintDocument})
    : super(limit: 0);