TestEntity

@Serializable
data class TestEntity(val x: Int)

Constructors

Link copied to clipboard
fun TestEntity(x: Int)

Properties

Link copied to clipboard
val x: Int