CloseStatementRequest constructor

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

Implementation

const CloseStatementRequest(int requestId, this.stmtId)
    : super(requestId, RequestType.closeStatement);