SplitRefundResult constructor
const
SplitRefundResult({})
Implementation
const SplitRefundResult({
required this.success,
this.errorMessage,
required this.refundedAmount,
this.refundEventId,
required this.parentEventId,
});