label property

String get label

The label of this completion item.

By default this is also the text that is inserted when this completion is selected.

Implementation

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

Implementation

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