loading method

Iframe loading(
  1. String l
)

Implementation

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