SettingDTOOrder constructor
SettingDTOOrder({})
Implementation
SettingDTOOrder({
this.id,
this.createdAt,
this.invoicePrefix,
this.invoiceStartNumber,
this.guestOrder,
this.canCreateOrder,
this.minimumCartAmount,
this.defaultCargoPrice,
});