Source constructor
- required SourceConfig sourceConfig,
- String? id,
- SourceRemoteControlConfig? remoteControl,
Implementation
const Source({
required this.sourceConfig,
this.id,
this.remoteControl,
});
const Source({
required this.sourceConfig,
this.id,
this.remoteControl,
});