alt function

Attribute<AltAttr> alt(
  1. String value
)

Implementation

Attribute<AltAttr> alt(String value) {
  return Attribute('alt', value);
}