Range

@Serializable
@SerialName(value = "Range")
data class Range(val text: String? = null, val icon: String? = null, val value: Int) : Fact

Data model for skill/trait facts with type Range

Constructors

Link copied to clipboard
constructor(text: String? = null, icon: String? = null, value: Int)

Properties

Link copied to clipboard
open override val icon: String? = null
Link copied to clipboard
open override val text: String? = null
Link copied to clipboard
open override val type: String
Link copied to clipboard
val value: Int