Concept Flow - Let function with safe calls
Nullable variable
Safe call operator ?
If not null -> let block
Execute code inside let
Return let result or null
This flow shows how a nullable variable uses a safe call to run code inside let only if it is not null.