MediaGeneral constructor

const MediaGeneral({
  1. required int created,
  2. required String? hash,
  3. required int id,
  4. required String? streamType,
  5. required int gid,
  6. required int isPicked,
  7. required int isUGC,
  8. required int isPay,
  9. required int episode,
  10. required int season,
  11. required String? language,
  12. required int channel,
  13. required int licenseBy,
  14. required int releaseDate,
  15. required String? type,
  16. required String? runtime,
  17. required String? subtitle,
  18. required String? title,
  19. required String? teaser,
  20. required String? description,
  21. required String? purpose,
  22. required String? slug,
  23. required String? format,
  24. required String? contentModerationAspects,
  25. required int formatRaw,
  26. required int fileVersion,
  27. required int occurance,
  28. required int uploaded,
  29. required int forKids,
  30. required String? videoType,
  31. required String? containerPurpose,
  32. required String? audioType,
})

Implementation

const MediaGeneral({
  required this.created,
  required this.hash,
  required this.id,
  required this.streamType,
  required this.gid,
  required this.isPicked,
  required this.isUGC,
  required this.isPay,
  required this.episode,
  required this.season,
  required this.language,
  required this.channel,
  required this.licenseBy,
  required this.releaseDate,
  required this.type,
  required this.runtime,
  required this.subtitle,
  required this.title,
  required this.teaser,
  required this.description,
  required this.purpose,
  required this.slug,
  required this.format,
  required this.contentModerationAspects,
  required this.formatRaw,
  required this.fileVersion,
  required this.occurance,
  required this.uploaded,
  required this.forKids,
  required this.videoType,
  required this.containerPurpose,
  required this.audioType,
});