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