type property

Implementation

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

Implementation

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