TransactionInfo constructor

TransactionInfo({
  1. String? transactionId,
})

Implementation

TransactionInfo({
  this.transactionId,
});