TheMovieDetailProductionCompanies constructor

TheMovieDetailProductionCompanies({
  1. int? id,
  2. String? logoPath,
  3. String? name,
  4. String? originCountry,
})

Implementation

TheMovieDetailProductionCompanies(
    {this.id, this.logoPath, this.name, this.originCountry});