href property

String href

Sets or retrieves a destination URL or an anchor point.

Implementation

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

Implementation

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