as method

Link as(
  1. String a
)

Implementation

Link as(String a) {
  attr('as', StringAttribute(a));
  return this;
}