?.
Prevent method call on null objects
??
Return the first expression IFF it is not null.
??=
Assign a value IFF it is not null.
...?
Expand list elements IFF it's not null