ReturnAddress constructor

ReturnAddress({
  1. ReturnAddressAddress? address,
  2. String? country,
  3. String? kind,
  4. String? label,
  5. String? phoneNumber,
  6. String? returnAddressId,
})

Implementation

ReturnAddress({
  this.address,
  this.country,
  this.kind,
  this.label,
  this.phoneNumber,
  this.returnAddressId,
});