href method

A href(
  1. String url
)

Implementation

A href(String url) {
  attr('href', StringAttribute(url));
  return this;
}