Kotlin: check for null
How do you check for null in Kotlin? Using safe call operator ?. and scoping function let: Using an if block:
Kotlin, Android – a practical perspective
How do you check for null in Kotlin? Using safe call operator ?. and scoping function let: Using an if block: