TvShowStats constructor

const TvShowStats({
  1. Key? key,
  2. required TvShowDetails tvShowDetails,
})

Implementation

const TvShowStats({Key? key, required this.tvShowDetails}) : super(key: key);