usemap method

Img usemap(
  1. String um
)

Implementation

Img usemap(String um) {
  attr('usemap', StringAttribute(um));
  return this;
}