encode method
Implementation
Object encode() {
return <Object?>[
purchaseId,
invoiceId,
orderId,
quantity,
productId,
errorCode,
sandbox,
];
}
Object encode() {
return <Object?>[
purchaseId,
invoiceId,
orderId,
quantity,
productId,
errorCode,
sandbox,
];
}