edit property

WorkspaceEdit get edit

A {@link WorkspaceEdit workspace edit} this code action performs.

Implementation

_i3.WorkspaceEdit get edit => _i5.getProperty(
      this,
      'edit',
    );
set edit (WorkspaceEdit value)

Implementation

set edit(_i3.WorkspaceEdit value) {
  _i5.setProperty(
    this,
    'edit',
    value,
  );
}