type property

Implementation

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

Implementation

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