CreateMultiplexProgramResponse constructor

CreateMultiplexProgramResponse({
  1. MultiplexProgram? multiplexProgram,
})

Implementation

CreateMultiplexProgramResponse({
  this.multiplexProgram,
});