aLink property

String get aLink

Implementation

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

Implementation

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