MovieTranslation constructor

MovieTranslation(
  1. String? title,
  2. String overview,
  3. String tagline,
  4. String language,
)

Implementation

MovieTranslation(this.title, this.overview, this.tagline, this.language);