abbr property

String get abbr

Implementation

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

Implementation

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