TestList2

@Serializable
data class TestList2<out T : TestClass>(val value: Int = 42)(source)

Constructors

Link copied to clipboard
constructor(value: Int = 42)

Properties

Link copied to clipboard
val value: Int = 42