TheMovieVideo constructor

TheMovieVideo({
  1. String? iso6391,
  2. String? iso31661,
  3. String? name,
  4. String? key,
  5. String? site,
  6. int? size,
  7. String? type,
  8. bool? official,
  9. String? publishedAt,
  10. String? id,
})

Implementation

TheMovieVideo(
    {this.iso6391,
    this.iso31661,
    this.name,
    this.key,
    this.site,
    this.size,
    this.type,
    this.official,
    this.publishedAt,
    this.id});