config property

Implementation

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

Implementation

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