rel method

Link rel(
  1. String r
)

Implementation

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