RollbackRequest constructor

RollbackRequest({
  1. String? transactionId,
})

Implementation

RollbackRequest({
  this.transactionId,
});