RollbackRequest constructor

RollbackRequest({
  1. String? transaction,
})

Implementation

RollbackRequest({
  this.transaction,
});