config property

Implementation

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

Implementation

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