Join Slack
Powered by
Hi need some help. How do I bind deeply nested obj...
# tornadofx
b
brian
03/14/2019, 7:28 PM
Hi need some help. How do I bind deeply nested objects. For instance I have data class User(val name : String, val detail : Detail) data class Detail(val phone: Number, val email: String)
2
Views
Open in Slack
Previous
Next