ShipmentDetails constructor
ShipmentDetails({})
Implementation
ShipmentDetails(
{required this.shipName,
required this.shipAddress1,
required this.shipCity,
required this.shipPostCode,
required this.shipCountry});