rel function

Attribute<RelAttr> rel(
  1. String value
)

Implementation

Attribute<RelAttr> rel(String value) {
  return Attribute('rel', value);
}