Yes. Object properties are nullable. I'm only chec...
# tornadofx
r
Yes. Object properties are nullable. I'm only checking if the property itself is null, not the contents of the property. The point is to delay the creation of a property until it's actually needed and just use local variables till then.