srcset method

Source srcset(
  1. String ss
)

Implementation

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