RecommendedShow constructor

RecommendedShow(
  1. int userCount,
  2. Show show
)

Implementation

RecommendedShow(this.userCount, this.show);