CreateAddressResult constructor

CreateAddressResult({
  1. String? addressId,
})

Implementation

CreateAddressResult({
  this.addressId,
});