quickFix property
CodeActionKind
get
quickFix
Base kind for quickfix actions: quickfix
.
Quick fix actions address a problem in the code and are shown in the normal code action context menu.
Implementation
static _i3.CodeActionKind get quickFix => _i5.getProperty(
_declaredCodeActionKind,
'QuickFix',
);