type property

Implementation

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

Implementation

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