Kotlin Data Class
data class Twitter(val value: String) : Owner
constructor(value: String)
val value: String
Was this page helpful?