common Card¶ data class Card(val value: Int, val color: Color) Constructors¶ Card¶ constructor(value: Int, color: Color) Types¶ Companion¶ object Companion Properties¶ color¶ val color: Color value¶ val value: Int Functions¶ toString¶ open override fun toString(): String