Well, when you go for the pass `null` way you coul...
# getting-started
d
Well, when you go for the pass
null
way you could use
field.takeIf { it.isNotBlank() }
, but I am not sure if that helps. Really depends a bit on the context.