append method

CodeActionKind append(
  1. String parts
)

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],
    );