Report whether this request is a JSON-RPC 2.0 notification.
Declared in <rpc/request.h>
<rpc/request.h>
[[nodiscard]] bool IsNotification() const;
True if the request is a notification (no id, version 2.0).
The return value should not be discarded.