refactor property
CodeActionKind
get
refactor
Base kind for refactoring actions: refactor
Refactoring actions are shown in the refactoring context menu.
Implementation
static _i3.CodeActionKind get refactor => _i5.getProperty(
_declaredCodeActionKind,
'Refactor',
);