StackedContentMetadata constructor

StackedContentMetadata({
  1. Map<String, String>? customLabels,
  2. String? uniqueId,
  3. String? publisherName,
  4. String? programTitle,
  5. String? episodeTitle,
  6. String? episodeSeasonNumber,
  7. String? episodeNumber,
  8. String? genreName,
  9. String? genreId,
  10. Date? productionDate,
  11. Time? productionTime,
  12. Date? digitalAiringDate,
  13. Time? digitalAiringTime,
  14. Date? tvAiringDate,
  15. Time? tvAiringTime,
  16. String? stationTitle,
  17. String? stationCode,
  18. String? programId,
  19. String? episodeId,
  20. String? networkAffiliate,
  21. int? fee,
  22. String? playlistTitle,
  23. String? dictionaryClassificationC3,
  24. String? dictionaryClassificationC4,
  25. String? dictionaryClassificationC6,
  26. ContentDeliveryMode? deliveryMode,
  27. ContentDeliverySubscriptionType? deliverySubscriptionType,
  28. ContentDeliveryComposition? deliveryComposition,
  29. ContentDeliveryAdvertisementCapability? deliveryAdvertisementCapability,
  30. ContentDistributionModel? distributionModel,
  31. ContentMediaFormat? mediaFormat,
})

Implementation

StackedContentMetadata(
    {Map<String, String>? customLabels,
    this.uniqueId,
    this.publisherName,
    this.programTitle,
    this.episodeTitle,
    this.episodeSeasonNumber,
    this.episodeNumber,
    this.genreName,
    this.genreId,
    this.productionDate,
    this.productionTime,
    this.digitalAiringDate,
    this.digitalAiringTime,
    this.tvAiringDate,
    this.tvAiringTime,
    this.stationTitle,
    this.stationCode,
    this.programId,
    this.episodeId,
    this.networkAffiliate,
    this.fee,
    this.playlistTitle,
    this.dictionaryClassificationC3,
    this.dictionaryClassificationC4,
    this.dictionaryClassificationC6,
    this.deliveryMode,
    this.deliverySubscriptionType,
    this.deliveryComposition,
    this.deliveryAdvertisementCapability,
    this.distributionModel,
    this.mediaFormat})
    : labels = Map.unmodifiable(customLabels ?? {});