Poster constructor

Poster({
  1. String? posterid,
  2. String? title,
  3. String? postertype,
  4. String? quality,
  5. List<Filelist>? filelist,
  6. String? pgrating,
  7. String? posterlanguage,
  8. List<String>? postertags,
})

Implementation

Poster({
  this.posterid,
  this.title,
  this.postertype,
  this.quality,
  this.filelist,
  this.pgrating,
  this.posterlanguage,
  this.postertags,
});