GoogleMapsAddressvalidationV1ValidateAddressResponse constructor
GoogleMapsAddressvalidationV1ValidateAddressResponse({
- String? responseId,
- GoogleMapsAddressvalidationV1ValidationResult? result,
Implementation
GoogleMapsAddressvalidationV1ValidateAddressResponse({
this.responseId,
this.result,
});