sizes method

Link sizes(
  1. String s
)

Implementation

Link sizes(String s) {
  attr('sizes', StringAttribute(s));
  return this;
}