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