RemovedTransaction constructor

RemovedTransaction({
  1. String? transactionId,
})

Implementation

RemovedTransaction({
  this.transactionId,
});