kind property

CodeActionKind get kind

{@link CodeActionKind Kind} of the code action.

Used to filter code actions.

Implementation

_i3.CodeActionKind get kind => _i5.getProperty(
      this,
      'kind',
    );
set kind (CodeActionKind value)

Implementation

set kind(_i3.CodeActionKind value) {
  _i5.setProperty(
    this,
    'kind',
    value,
  );
}