Is there any convinient way to assign values to Da...
# announcements
m
Is there any convinient way to assign values to Data class?
Copy code
data class CustomerInfo(
        val iSpendPlan: Int? = null,
        val country: String? = null,
        val iUiTimeZone: Int? = null,
... huge list ...