acceptCharset property
String
get
acceptCharset
Implementation
String get acceptCharset => js_util.getProperty(this, 'acceptCharset');
set
acceptCharset
(String newValue)
Implementation
set acceptCharset(String newValue) {
js_util.setProperty(this, 'acceptCharset', newValue);
}