formattedAddress property

  1. @BuiltValueField.new(wireName: r'formatted_address')
String get formattedAddress

The human-readable address of this location.

Implementation

@BuiltValueField(wireName: r'formatted_address')
String get formattedAddress;