ProductElement constructor
ProductElement({})
Implementation
ProductElement({
this.id,
this.productId,
this.orderId,
this.status,
this.deletedAt,
this.createdAt,
this.updatedAt,
this.product,
});