ModuleDatum constructor
ModuleDatum({
- String? objectid,
- String? objecttype,
- String? partnerid,
- String? title,
- String? defaulttitle,
- String? defaultgenre,
- String? publishtime,
- String? endtime,
- String? shortdescription,
- String? ratingtype,
- String? pgrating,
- dynamic parentid,
- String? objectstatus,
- String? genre,
- dynamic subgenre,
- dynamic thumbnail,
- dynamic tags,
- List? contentlanguage,
- dynamic objectowner,
- dynamic jobid,
- dynamic longdescription,
- dynamic objecttag,
- dynamic details,
- dynamic productionyear,
- dynamic releasedate,
- dynamic imdbid,
- dynamic advisory,
- dynamic metacontent,
- dynamic skilllevel,
- int? estimatedtime,
- dynamic whatwelearn,
- String? seriesid,
- String? seriesname,
- int? seasonnum,
- int? duration,
- int? episodecount,
- 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,
});