DeleteOp constructor

const DeleteOp(
  1. int length
)

Create a delete operation.

Implementation

const DeleteOp(this.length) : super._();