Failure constructor
Failure({})
Implementation
Failure({
this.orderId,
this.purchaseId,
this.productId,
this.invoiceId,
this.quantity,
required this.purchaseType,
required this.errorMessage,
});
Failure({
this.orderId,
this.purchaseId,
this.productId,
this.invoiceId,
this.quantity,
required this.purchaseType,
required this.errorMessage,
});