ListMultiplexProgramsResponse constructor
ListMultiplexProgramsResponse({
- List<
MultiplexProgramSummary> ? multiplexPrograms, - String? nextToken,
Implementation
ListMultiplexProgramsResponse({
this.multiplexPrograms,
this.nextToken,
});