ShippingDetail constructor
ShippingDetail(
- Name? name,
- ShippingType? type,
- AddressPortable? address
Implementation
ShippingDetail(this.name, this.type, this.address);