class Customer(val name:String, var email: String)...
# announcements
m
class Customer(val name:String, var email: String) How to set the custom getters and setters to these properties?