decoderImplementation property

String get decoderImplementation

Implementation

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

Implementation

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