SavepointReleaseRequest constructor

const SavepointReleaseRequest(
  1. int requestId,
  2. int txnId,
  3. String name
)

Implementation

const SavepointReleaseRequest(int requestId, this.txnId, this.name)
    : super(requestId, RequestType.savepointRelease);