Rating constructor

Rating(
  1. double rating,
  2. int votes,
  3. Map<String, int> distribution
)

Implementation

Rating(this.rating, this.votes, this.distribution);