DeleteOperation constructor

const DeleteOperation(
  1. Path path,
  2. Iterable<Node> nodes
)

Implementation

const DeleteOperation(
  super.path,
  this.nodes,
);