DeleteDocumentOp constructor

DeleteDocumentOp(
  1. Collection collection,
  2. Document document,
  3. ConcurrencyControl concurrencyControl
)

Implementation

DeleteDocumentOp(
  Collection collection,
  this.document,
  this.concurrencyControl,
) : super(collection, 'DeleteDocument');