ShippingDetails constructor
ShippingDetails({})
Implementation
ShippingDetails({
this.notes,
this.numberOfPackages,
this.weight,
this.weightUnit,
this.length,
this.width,
this.height,
this.contents,
});