charset property

String charset

Implementation

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

Implementation

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