append method
Create a new kind by appending a more specific selector to the current kind.
Does not modify the current kind.
Implementation
_i3.CodeActionKind append(_i2.String parts) => _i5.callMethod(
this,
'append',
[parts],
);