Address constructor
Address({})
Implementation
Address({
required this.tramStop,
required this.road,
required this.neighbourhood,
required this.city,
required this.state,
required this.postcode,
required this.country,
required this.countryCode,
});