Address constructor
Address({})
Implementation
Address({
required this.city,
required this.number,
required this.state,
required this.street,
required this.zipCode,
this.complement,
this.name,
this.neighborhood,
this.phoneNumber,
});