alternatively you can do `if (car?.isElectric ?: f...
# announcements
b
alternatively you can do
if (car?.isElectric ?: false) doSomething()