ShipmentMethodDTO constructor
ShipmentMethodDTO({})
Implementation
ShipmentMethodDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.logoURL,
this.type,
this.calculationType,
this.shipmentEstimatedDay,
this.showShipmentEstimatedDay,
this.freeShipmentCargoLimit,
this.cashOnDelivery,
this.prices});