AudioVolumeInfo constructor Null safety

AudioVolumeInfo(
  1. int uid,
  2. int volume,
  3. int vad,
  4. String channelId
)

Constructs a AudioVolumeInfo

Implementation

AudioVolumeInfo(
  this.uid,
  this.volume,
  this.vad,
  this.channelId,
);