AudioPidSelection constructor

AudioPidSelection({
  1. required int pid,
})

Implementation

AudioPidSelection({
  required this.pid,
});