BelongsToCollection constructor

BelongsToCollection({
  1. required int id,
  2. required String name,
  3. required String posterPath,
  4. required String backdropPath,
})

Implementation

BelongsToCollection({
  required this.id,
  required this.name,
  required this.posterPath,
  required this.backdropPath,
});