ModelKey

@Serializable
data class ModelKey(val key: String, val type: String, val style: String)

Constructors

Link copied to clipboard
constructor(key: String, type: String, style: String)

Properties

Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard