https://kotlinlang.org logo
m

muralimohan962

05/12/2018, 1:35 AM
class Customer(val name:String, var email: String) How to set the custom getters and setters to these properties?