AudioValue constructor

const AudioValue({
  1. bool? isInitialized,
  2. bool? isStreaming,
  3. String? errorDescription,
  4. bool? isMuted,
  5. dynamic event,
})

Implementation

const AudioValue({
  this.isInitialized,
  this.isStreaming,
  this.errorDescription,
  this.isMuted,
  this.event,
});