src method

Img src(
  1. String url
)

Implementation

Img src(String url) {
  attr('src', StringAttribute(url));
  return this;
}