common IntList¶ @Serializable data class IntList(val items: List<Int>) Constructors¶ IntList¶ constructor(items: List<Int>) Properties¶ items¶ val items: List<Int>