link property

String link

@deprecated

MDN Reference

Implementation

_i2.String get link => _i4.getProperty(
      this,
      'link',
    );
void link=(String value)

Implementation

set link(_i2.String value) {
  _i4.setProperty(
    this,
    'link',
    value,
  );
}