ModuleDatum constructor

ModuleDatum({
  1. String? objectid,
  2. String? objecttype,
  3. String? partnerid,
  4. String? title,
  5. String? defaulttitle,
  6. String? defaultgenre,
  7. String? publishtime,
  8. String? endtime,
  9. String? shortdescription,
  10. String? ratingtype,
  11. String? pgrating,
  12. dynamic parentid,
  13. String? objectstatus,
  14. String? genre,
  15. dynamic subgenre,
  16. dynamic thumbnail,
  17. dynamic tags,
  18. List? contentlanguage,
  19. dynamic objectowner,
  20. dynamic jobid,
  21. dynamic longdescription,
  22. dynamic objecttag,
  23. dynamic details,
  24. dynamic productionyear,
  25. dynamic releasedate,
  26. dynamic imdbid,
  27. dynamic advisory,
  28. dynamic metacontent,
  29. dynamic skilllevel,
  30. int? estimatedtime,
  31. dynamic whatwelearn,
  32. String? seriesid,
  33. String? seriesname,
  34. int? seasonnum,
  35. int? duration,
  36. int? episodecount,
  37. List? resources,
})

Implementation

ModuleDatum({
  this.objectid,
  this.objecttype,
  this.partnerid,
  this.title,
  this.defaulttitle,
  this.defaultgenre,
  this.publishtime,
  this.endtime,
  this.shortdescription,
  this.ratingtype,
  this.pgrating,
  this.parentid,
  this.objectstatus,
  this.genre,
  this.subgenre,
  this.thumbnail,
  this.tags,
  this.contentlanguage,
  this.objectowner,
  this.jobid,
  this.longdescription,
  this.objecttag,
  this.details,
  this.productionyear,
  this.releasedate,
  this.imdbid,
  this.advisory,
  this.metacontent,
  this.skilllevel,
  this.estimatedtime,
  this.whatwelearn,
  this.seriesid,
  this.seriesname,
  this.seasonnum,
  this.duration,
  this.episodecount,
  this.resources,
});