【发布时间】:2021-09-10 17:32:41
【问题描述】:
基本上我有这个:
constructor() : this(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null)
我想要一些喜欢的
constructor() : this(null)
甚至是这样的
constructor() : this(null...)//java like
这可以实现吗?
谢谢
【问题讨论】:
标签: android kotlin constructor data-class