type property

Implementation

MediaDecodingType get type =>
    MediaDecodingType.fromValue(js_util.getProperty(this, 'type'));
void type=(MediaDecodingType newValue)

Implementation

set type(MediaDecodingType newValue) {
  js_util.setProperty(this, 'type', newValue.value);
}