Data constructor
Data({
- List<
PaymentCollectionByModeList> ? paymentCollectionByModeList, - String? transactionId,
- bool? allowPaymentModification,
Implementation
Data({
this.paymentCollectionByModeList,
this.transactionId,
this.allowPaymentModification,
});