label property

String? get label

A human-readable string that is shown when multiple outlines trees show for one document.

Implementation

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

Implementation

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