decoderImplementation property

String decoderImplementation

Implementation

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

Implementation

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