charset function

Attribute<CharsetAttr> charset(
  1. String value
)

Implementation

Attribute<CharsetAttr> charset(String value) {
  return Attribute('charset', value);
}