MultiplexProgramSummary constructor

MultiplexProgramSummary({
  1. String? channelId,
  2. String? programName,
})

Implementation

MultiplexProgramSummary({
  this.channelId,
  this.programName,
});