setRating method

dynamic setRating(
  1. int value
)

Implementation

setRating(int value) {
  _rating = value;
}