GoogleMapsAddressvalidationV1Address constructor
GoogleMapsAddressvalidationV1Address({
- List<
GoogleMapsAddressvalidationV1AddressComponent> ? addressComponents, - String? formattedAddress,
- List<
String> ? missingComponentTypes, - GoogleTypePostalAddress? postalAddress,
- List<
String> ? unconfirmedComponentTypes, - List<
String> ? unresolvedTokens,
Implementation
GoogleMapsAddressvalidationV1Address({
this.addressComponents,
this.formattedAddress,
this.missingComponentTypes,
this.postalAddress,
this.unconfirmedComponentTypes,
this.unresolvedTokens,
});