TransferUserAddressInRequest constructor

TransferUserAddressInRequest({
  1. String? street,
  2. String? city,
  3. String? region,
  4. String? postalCode,
  5. String? country,
})

Implementation

TransferUserAddressInRequest({
  this.street,
  this.city,
  this.region,
  this.postalCode,
  this.country,
});