apply method

String apply(
  1. String code
)

Get the result of applying the edit to the given code.

Implementation

String apply(String code) => applyEdit(code, this);