EpisodeGroupsResult constructor

EpisodeGroupsResult({
  1. required String description,
  2. required int episodeCount,
  3. required int groupCount,
  4. required String id,
  5. required String name,
  6. required Network network,
  7. required int type,
})

Implementation

EpisodeGroupsResult({
  required this.description,
  required this.episodeCount,
  required this.groupCount,
  required this.id,
  required this.name,
  required this.network,
  required this.type,
});