CastBreakClips constructor

CastBreakClips({
  1. String? clickThroughUrl,
  2. String? contentId,
  3. String? contentType,
  4. String? contentUrl,
  5. Map<String, dynamic>? customData,
  6. Duration? duration,
  7. CastHlsSegmentFormat? hlsSegmentFormat,
  8. required String id,
  9. String? posterUrl,
  10. String? title,
  11. required VastAdsRequest vastAdsRequest,
  12. Duration? whenSkippable,
})

Implementation

CastBreakClips({
  this.clickThroughUrl,
  this.contentId,
  this.contentType,
  this.contentUrl,
  this.customData,
  this.duration,
  this.hlsSegmentFormat,
  required this.id,
  this.posterUrl,
  this.title,
  required this.vastAdsRequest,
  this.whenSkippable,
});