strange name with spaces and const
data class strange name with spaces and const(val param1: String = "param1", var param2: Int, val strange name with spaces too: Long = 123)
Data Class with spaced name and const values in ~args~
Constructors
Link copied to clipboard
fun strange name with spaces and const(param1: String = "param1", param2: Int, strange name with spaces too: Long = 123)