abbr property

String abbr

Implementation

String get abbr => js_util.getProperty(this, 'abbr');
void abbr=(String newValue)

Implementation

set abbr(String newValue) {
  js_util.setProperty(this, 'abbr', newValue);
}