TestClass

@Serializable
open class TestClass(val value: Int = 0)(source)

Constructors

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

Properties

Link copied to clipboard
val value: Int = 0

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean