GoogleMapsAddressvalidationV1Address constructor

GoogleMapsAddressvalidationV1Address({
  1. List<GoogleMapsAddressvalidationV1AddressComponent>? addressComponents,
  2. String? formattedAddress,
  3. List<String>? missingComponentTypes,
  4. GoogleTypePostalAddress? postalAddress,
  5. List<String>? unconfirmedComponentTypes,
  6. List<String>? unresolvedTokens,
})

Implementation

GoogleMapsAddressvalidationV1Address({
  this.addressComponents,
  this.formattedAddress,
  this.missingComponentTypes,
  this.postalAddress,
  this.unconfirmedComponentTypes,
  this.unresolvedTokens,
});