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