VideoRating constructor

VideoRating({
  1. String? rating,
  2. String? videoId,
})

Implementation

VideoRating({
  this.rating,
  this.videoId,
});