userRatingsTotal property

  1. @BuiltValueField(wireName: r'user_ratings_total')
num? userRatingsTotal

The total number of reviews, with or without text, for this place.

Implementation

@BuiltValueField(wireName: r'user_ratings_total')
num? get userRatingsTotal;