LinkedTxn constructor

LinkedTxn({
  1. required String txnId,
  2. String? txnLineId,
  3. required String txnType,
})

Implementation

LinkedTxn({required this.txnId, this.txnLineId, required this.txnType});