```car?.isElectric?.let { doSomething() }```
# announcements
o
Copy code
car?.isElectric?.let { doSomething() }
👎 2