you can define a property with a custom getter/set...
# announcements
y
you can define a property with a custom getter/setter in a data class, just like in any other Kotlin class. but it won’t be used in the autogenerated equals/hashCode/toString/copy methods