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