MySQLPacketCommStmtClose constructor

MySQLPacketCommStmtClose({
  1. required int stmtID,
})

Implementation

MySQLPacketCommStmtClose({
  required this.stmtID,
});