GoogleMapsAddressvalidationV1Verdict constructor

GoogleMapsAddressvalidationV1Verdict({
  1. bool? addressComplete,
  2. String? geocodeGranularity,
  3. bool? hasInferredComponents,
  4. bool? hasReplacedComponents,
  5. bool? hasUnconfirmedComponents,
  6. String? inputGranularity,
  7. String? validationGranularity,
})

Implementation

GoogleMapsAddressvalidationV1Verdict({
  this.addressComplete,
  this.geocodeGranularity,
  this.hasInferredComponents,
  this.hasReplacedComponents,
  this.hasUnconfirmedComponents,
  this.inputGranularity,
  this.validationGranularity,
});