fromPluginEdit method

SourceEdit fromPluginEdit()

Implementation

SourceEdit fromPluginEdit() {
  return SourceEdit.fromOffset(offset, length, replacement: replacement);
}