you can even do sth like this ``` property?.let {...
# announcements
r
you can even do sth like this
Copy code
property?.let {
//do anything with not-null property
}