abbr property

String abbr

Sets or retrieves abbreviated text for the object.

MDN Reference

Implementation

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

Implementation

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