But do you need to see them? You can’t directly ca...
# android
w
But do you need to see them? You can’t directly call these methods/properties on nullable objects anyway, you need to use
?.
or
!!.
syntax