acceptCharset property

String acceptCharset

Implementation

String get acceptCharset => js_util.getProperty(this, 'acceptCharset');
void acceptCharset=(String newValue)

Implementation

set acceptCharset(String newValue) {
  js_util.setProperty(this, 'acceptCharset', newValue);
}