kind property

InlayHintKind get kind

The kind of this hint. The inlay hint kind defines the appearance of this inlay hint.

Implementation

_i3.InlayHintKind get kind => _i3.InlayHintKind.values.byName(_i5.getProperty(
      this,
      'kind',
    ));
set kind (InlayHintKind value)

Implementation

set kind(_i3.InlayHintKind value) {
  _i5.setProperty(
    this,
    'kind',
    value.name,
  );
}