charset property

String charset

Implementation

String get charset => getAttribute('charset') ?? '';
void charset=(String value)

Implementation

set charset(String value) {
  internalSetAttribute('charset', value);
}