isOkPacket method

bool isOkPacket()

Returns the truth of the payload for a package OK.

Implementation

bool isOkPacket() => payload is MySQLPacketOK;