CancelStatementRequest constructor

const CancelStatementRequest(
  1. int requestId,
  2. int stmtId
)

Implementation

const CancelStatementRequest(int requestId, this.stmtId)
    : super(requestId, RequestType.cancelStatement);