AddressPostalCodeFieldValue constructor
AddressPostalCodeFieldValue({})
Implementation
AddressPostalCodeFieldValue({
this.postalCode,
this.uf,
this.city,
this.neighborhood,
this.street,
this.number,
this.complement,
this.validPostalCode = false,
});