GoogleMapsAddressvalidationV1UspsAddress constructor

GoogleMapsAddressvalidationV1UspsAddress({
  1. String? city,
  2. String? cityStateZipAddressLine,
  3. String? firm,
  4. String? firstAddressLine,
  5. String? secondAddressLine,
  6. String? state,
  7. String? urbanization,
  8. String? zipCode,
  9. String? zipCodeExtension,
})

Implementation

GoogleMapsAddressvalidationV1UspsAddress({
  this.city,
  this.cityStateZipAddressLine,
  this.firm,
  this.firstAddressLine,
  this.secondAddressLine,
  this.state,
  this.urbanization,
  this.zipCode,
  this.zipCodeExtension,
});