srcset method

Img srcset(
  1. String ss
)

Implementation

Img srcset(String ss) {
  attr('srcset', StringAttribute(ss));
  return this;
}