Order constructor
Order({})
Implementation
Order({
this.id,
this.incrementId,
this.status,
this.state,
this.customerId,
this.customerEmail,
this.customerFirstName,
this.customerLastName,
this.items,
this.totals,
this.currencyCode,
this.createdAt,
this.updatedAt,
});