aLink property

String aLink

Implementation

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

Implementation

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