Score
data class Score(val identifier: String, val value: Int?, val isValid: Boolean, val attributeName: AttributeName? = null, val attributeValue: AttributeValue? = null) : FormData<Int>
Constructors
Link copied to clipboard
constructor(identifier: String, value: Int?, isValid: Boolean, attributeName: AttributeName? = null, attributeValue: AttributeValue? = null)