Radius

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

Data model for skill/trait facts with type Radius

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