originAddresses property
An array of addresses as returned by the API from your original request. These are formatted by the geocoder and localized according to the language parameter passed with the request. This content is meant to be read as-is. Do not programatically parse the formatted addresses.
Implementation
@BuiltValueField(wireName: r'origin_addresses')
BuiltList<String>? get originAddresses;