abbr property
String
get
abbr
Sets or retrieves abbreviated text for the object.
Implementation
_i2.String get abbr => _i4.getProperty(
this,
'abbr',
);
set
abbr
(String value)
Implementation
set abbr(_i2.String value) {
_i4.setProperty(
this,
'abbr',
value,
);
}