``` private val _description: PropertyDelegate...
# announcements
k
Copy code
private val _description: PropertyDelegate<String, SimpleStringProperty> = property({
        SimpleStringProperty(this, "description").apply { value = "foo" }
    })