SplitRefundLegSelection constructor

const SplitRefundLegSelection({
  1. required List<PaymentLegSummary> purchaseLegs,
})

Implementation

const SplitRefundLegSelection({required this.purchaseLegs});