encoding property

String encoding

Implementation

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

Implementation

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