MultiplexProgramChannelDestinationSettings constructor

MultiplexProgramChannelDestinationSettings({
  1. String? multiplexId,
  2. String? programName,
})

Implementation

MultiplexProgramChannelDestinationSettings({
  this.multiplexId,
  this.programName,
});