isOkPacket method

bool isOkPacket()

Implementation

bool isOkPacket() {
  final _payload = payload;

  return _payload is MySQLPacketOK;
}