No, it is not possible.
The documentation clearly states
The optional chaining operator ?. permits reading the value of a
property located deep within a chain of connected objects without
having to expressly validate that each reference in the chain is
valid.