Data constructor

Data({
  1. List<PaymentCollectionByModeList>? paymentCollectionByModeList,
  2. String? transactionId,
  3. bool? allowPaymentModification,
})

Implementation

Data({
    this.paymentCollectionByModeList,
    this.transactionId,
    this.allowPaymentModification,
});