rating property

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

The user's overall rating for this place. This is a whole number, ranging from 1 to 5.

Implementation

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