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