Address constructor
const
Address({})
Describes an address
Implementation
const Address({
required this.countryCode,
required this.state,
required this.city,
required this.streetLine1,
required this.streetLine2,
required this.postalCode,
});