ScreenSettings

@Serializable
data class ScreenSettings(val msg: String)

Constructors

Link copied to clipboard
constructor(msg: String)

Properties

Link copied to clipboard
val msg: String

Functions

Link copied to clipboard
operator fun component1(): String
Link copied to clipboard