role function

Implementation

Attribute<GlobalHTMLAttribute> role(String value) {
  return Attribute('role', value);
}