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