missingComponentTypes property
The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred.
Components of this type are not present in formatted_address
,
postal_address
, or address_components
. An example might be
['street_number', 'route']
for an input like "Boulder, Colorado, 80301,
USA". The list of possible types can be found
here.
Implementation
core.List<core.String>? missingComponentTypes;