It's a setter-function though, so I feel `apply` i...
# codingconventions
m
It's a setter-function though, so I feel
apply
is more appropriate. Just like you would do
Copy code
nullable?.apply {
  addressLine1 = "something"
}