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