invert method

  1. @override
Operation invert()
override

Inverts the operation.

Returns the inverted operation.

Implementation

@override
Operation invert() => DeleteOperation(path, nodes);