contains method

bool contains(
  1. CodeActionKind other
)

Checks if other is a sub-kind of this CodeActionKind.

The kind "refactor.extract" for example contains "refactor.extract" and ``"refactor.extract.function", but not "unicorn.refactor.extract", or "refactor.extractAll"orrefactor`.

@param other Kind to check.

Implementation

_i2.bool contains(_i3.CodeActionKind other) => _i5.callMethod(
      this,
      'contains',
      [other],
    );