RefundResponse constructor

const RefundResponse({
  1. required String refundTxId,
})

Implementation

const RefundResponse({
  required this.refundTxId,
});