postcodeLocalities property

  1. @BuiltValueField(wireName: r'postcode_localities')
BuiltList<String>? postcodeLocalities

An array denoting all the localities contained in a postal code. This is only present when the result is a postal code that contains multiple localities.

Implementation

@BuiltValueField(wireName: r'postcode_localities')
BuiltList<String>? get postcodeLocalities;