CaptionDescription constructor

CaptionDescription({
  1. String? captionSelectorName,
  2. String? customLanguageCode,
  3. CaptionDestinationSettings? destinationSettings,
  4. LanguageCode? languageCode,
  5. String? languageDescription,
})

Implementation

CaptionDescription({
  this.captionSelectorName,
  this.customLanguageCode,
  this.destinationSettings,
  this.languageCode,
  this.languageDescription,
});