link property

String link

Implementation

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

Implementation

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