FormattedAddress constructor
const
FormattedAddress({})
Implementation
const FormattedAddress({
required this.drilldownAddress,
required this.streetAddress,
required this.addressComment,
required this.postCode
});