rel method

A rel(
  1. String r
)

Implementation

A rel(String r) {
  attr('rel', StringAttribute(r));
  return this;
}