Address constructor
Address({})
Implementation
Address({
required this.formattedAddress,
required this.city,
this.streetNumber,
this.street,
required this.state,
required this.postalCode,
required this.country,
required this.longitude,
required this.latitude,
this.mainText,
this.secondaryText,
});