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