HomePurposeMedia constructor

HomePurposeMedia({
  1. int? id,
  2. String? purpose,
  3. dynamic videoType,
  4. dynamic imageUrl,
  5. dynamic imageUrlDark,
  6. dynamic videoUrl,
  7. dynamic countryCode,
  8. dynamic languageCode,
})

Implementation

HomePurposeMedia(
    {this.id,
    this.purpose,
    this.videoType,
    this.imageUrl,
    this.imageUrlDark,
    this.videoUrl,
    this.countryCode,
    this.languageCode});