acceptCharset function

Attribute<AcceptCharsetAttr> acceptCharset(
  1. String value
)

Implementation

Attribute<AcceptCharsetAttr> acceptCharset(String value) {
  return Attribute('acceptCharset', value);
}