isErrorPacket method
Returns the truth of the payload for an error packet.
Implementation
bool isErrorPacket() => payload is MySQLPacketError;
Returns the truth of the payload for an error packet.
bool isErrorPacket() => payload is MySQLPacketError;