rel property
String
get
rel
Sets or retrieves the relationship between the object and the destination of the link.
Implementation
_i2.String get rel => _i4.getProperty(
this,
'rel',
);
set
rel
(String value)
Implementation
set rel(_i2.String value) {
_i4.setProperty(
this,
'rel',
value,
);
}