Unblockable

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

Data model for skill/trait facts with type Unblockable

Constructors

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

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