Join Slack
Communities
Powered by
or again, just use custom getter: ``` data class U...
# announcements
g
gildor
04/17/2018, 9:38 AM
or again, just use custom getter:
Copy code
data class User(val name: String) { val mention get() = "@$name" }
2
Views
Open in Slack
Previous
Next