Join Slack
Powered by
with `data class SalesProductLine(val id: Int, val...
# arrow
n
nicopasso
03/03/2019, 12:34 PM
with
data class SalesProductLine(val id: Int, val products: List<SalesProduct>)
Open in Slack
Previous
Next