priceLevel property

  1. @BuiltValueField(wireName: r'price_level')
num? get priceLevel

The price level of the place, on a scale of 0 to 4. The exact amount indicated by a specific value will vary from region to region. Price levels are interpreted as follows: - 0 Free - 1 Inexpensive - 2 Moderate - 3 Expensive - 4 Very Expensive

Implementation

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