GoogleMapsAddressvalidationV1AddressComponent constructor

GoogleMapsAddressvalidationV1AddressComponent({
  1. GoogleMapsAddressvalidationV1ComponentName? componentName,
  2. String? componentType,
  3. String? confirmationLevel,
  4. bool? inferred,
  5. bool? replaced,
  6. bool? spellCorrected,
  7. bool? unexpected,
})

Implementation

GoogleMapsAddressvalidationV1AddressComponent({
  this.componentName,
  this.componentType,
  this.confirmationLevel,
  this.inferred,
  this.replaced,
  this.spellCorrected,
  this.unexpected,
});