Struct

@Serializable
data class Struct(val number: Double, val text: String)

Constructors

Link copied to clipboard
constructor(number: Double, text: String)

Properties

Link copied to clipboard
Link copied to clipboard