RefundResponse constructor
const
RefundResponse({
- required String refundTxId,
Implementation
const RefundResponse({
required this.refundTxId,
});
const RefundResponse({
required this.refundTxId,
});