isRefactoring property

bool? get isRefactoring

Signal to the editor that this edit is a refactoring.

Implementation

_i2.bool? get isRefactoring => _i5.getProperty(
      this,
      'isRefactoring',
    );
set isRefactoring (bool? value)

Implementation

set isRefactoring(_i2.bool? value) {
  _i5.setProperty(
    this,
    'isRefactoring',
    value ?? _i6.undefined,
  );
}