CaptionDescription constructor
CaptionDescription({
- required String name,
- CaptionDestinationSettings? destinationSettings,
- String? languageCode,
- String? languageDescription,
Implementation
CaptionDescription({
required this.captionSelectorName,
required this.name,
this.destinationSettings,
this.languageCode,
this.languageDescription,
});