userRatingsTotal property

num? get userRatingsTotal

Implementation

num? get userRatingsTotal => getProperty(this, 'user_ratings_total');
set userRatingsTotal (num? value)

Implementation

set userRatingsTotal(num? value) {
  setProperty(this, 'user_ratings_total', value);
}