Address constructor
const
Address({})
Implementation
const Address({
required this.zipCode,
this.country,
this.state,
this.stateName,
this.city,
this.neighborhood,
this.address,
this.number,
this.complement,
this.isOptIn,
this.latitude,
this.longitude,
});