loading method

Img loading(
  1. String l
)

Implementation

Img loading(String l) {
  attr('loading', StringAttribute(l));
  return this;
}