ServicerAddressData constructor
ServicerAddressData({})
Implementation
ServicerAddressData({
required this.city,
required this.region,
required this.street,
required this.postalCode,
required this.country,
});