href property
String
get
href
Sets or retrieves a destination URL or an anchor point.
Implementation
_i2.String get href => _i4.getProperty(
this,
'href',
);
set
href
(String value)
Implementation
set href(_i2.String value) {
_i4.setProperty(
this,
'href',
value,
);
}