label property

String label

Sets or retrieves a value that you can use to implement your own label functionality for the object.

MDN Reference

Implementation

_i2.String get label => _i4.getProperty(
      this,
      'label',
    );
void label=(String value)

Implementation

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