Distance

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

Data model for skill/trait facts with type Distance

Constructors

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

Properties

Link copied to clipboard
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