CaptionSnippet constructor

CaptionSnippet({
  1. String? audioTrackType,
  2. String? failureReason,
  3. bool? isAutoSynced,
  4. bool? isCC,
  5. bool? isDraft,
  6. bool? isEasyReader,
  7. bool? isLarge,
  8. String? language,
  9. DateTime? lastUpdated,
  10. String? name,
  11. String? status,
  12. String? trackKind,
  13. String? videoId,
})

Implementation

CaptionSnippet({
  this.audioTrackType,
  this.failureReason,
  this.isAutoSynced,
  this.isCC,
  this.isDraft,
  this.isEasyReader,
  this.isLarge,
  this.language,
  this.lastUpdated,
  this.name,
  this.status,
  this.trackKind,
  this.videoId,
});