ShippingDetail constructor

ShippingDetail(
  1. Name? name,
  2. ShippingType? type,
  3. AddressPortable? address
)

Implementation

ShippingDetail(this.name, this.type, this.address);