type property
MediaEncodingType
get
type
Implementation
MediaEncodingType get type =>
MediaEncodingType.fromValue(js_util.getProperty(this, 'type'));
set
type
(MediaEncodingType newValue)
Implementation
set type(MediaEncodingType newValue) {
js_util.setProperty(this, 'type', newValue.value);
}