ShowTranslation constructor

ShowTranslation(
  1. String? title,
  2. String? overview,
  3. String? language
)

Implementation

ShowTranslation(this.title, this.overview, this.language);