alt method

Area alt(
  1. String a
)

Implementation

Area alt(String a) {
  attr('alt', StringAttribute(a));
  return this;
}