ProducersState constructor

const ProducersState({
  1. Producer? mic,
  2. Producer? webcam,
  3. Producer? screen,
})

Implementation

const ProducersState({
  this.mic,
  this.webcam,
  this.screen,
});