rel method

Area rel(
  1. String r
)

Implementation

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