Not able to change the global value of the given class in kotlin

后端 未结 0 745
我在风中等你
我在风中等你 2021-01-30 14:48

I want to change the value of idCity of the given class in kotlin

class City_Id(private var cityName: String) {


    var idCity : String? = null         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题