const HandshakeException([String message = "", OSError osError = null ])

Source

const HandshakeException([String message = "", OSError osError = null])
    : super._("HandshakeException", message, osError);