config property

Implementation

AudioDecoderConfig get config => js_util.getProperty(this, 'config');
void config=(AudioDecoderConfig newValue)

Implementation

set config(AudioDecoderConfig newValue) {
  js_util.setProperty(this, 'config', newValue);
}