decoderImplementation property

String? get decoderImplementation

Implementation

_i2.String? get decoderImplementation => _i4.getProperty(
      this,
      'decoderImplementation',
    );
set decoderImplementation (String? value)

Implementation

set decoderImplementation(_i2.String? value) {
  _i4.setProperty(
    this,
    'decoderImplementation',
    value ?? _i6.undefined,
  );
}