contains method
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"or
refactor`.
@param other Kind to check.
Implementation
_i2.bool contains(_i3.CodeActionKind other) => _i5.callMethod(
this,
'contains',
[other],
);