invert method

  1. @override
Operation invert()
override

Inverts the operation.

Returns the inverted operation.

Implementation

@override
Operation invert() => UpdateTextOperation(path, inverted, delta);