ReturnShippingLabel constructor

ReturnShippingLabel({
  1. String? carrier,
  2. String? labelUri,
  3. String? trackingId,
})

Implementation

ReturnShippingLabel({
  this.carrier,
  this.labelUri,
  this.trackingId,
});