rel property

String rel

Implementation

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

Implementation

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