kinds property

List<CodeActionKind>? kinds
final

The kinds of the code action.

Used to filter code actions.

Implementation

final List<CodeActionKind>? kinds;