decoding property

String get decoding

Implementation

String get decoding => js_util.getProperty(this, 'decoding');
set decoding (String newValue)

Implementation

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