Since you allow a null value in the constructor ar...
# tornadofx
e
Since you allow a null value in the constructor argument, declare it like this instead:
val completedByProperty = SimpleObjectProperty<LocalDate>(completedBy)