WebRating constructor
- int count,
- double average,
- WebSource source
Creates a new instance.
countTotal number of ratings.averageAvarage value of all ratings.sourceDetailed information about rating.
Implementation
WebRating(this.count, this.average, this.source);