label property

Object get label

The label of this hint. A human readable string or an array of {@link InlayHintLabelPart label parts}.

Note that neither the string nor the label part can be empty.

Implementation

_i2.Object get label => _i5.getProperty(
      this,
      'label',
    );
set label (Object value)

Implementation

set label(_i2.Object value) {
  _i5.setProperty(
    this,
    'label',
    value,
  );
}