sourceOrganizeImports property

CodeActionKind get sourceOrganizeImports

Base kind for an organize imports source action: source.organizeImports.

Implementation

static _i3.CodeActionKind get sourceOrganizeImports => _i5.getProperty(
      _declaredCodeActionKind,
      'SourceOrganizeImports',
    );