TypeEffectivenessResult

data class TypeEffectivenessResult(val attackingType: TypeEffectivenessTypeView, val defendingTypes: List<TypeEffectivenessMatchup>, val finalMultiplier: BigDecimal?, val status: String, val effectiveness: String)

Constructors

Link copied to clipboard
constructor(attackingType: TypeEffectivenessTypeView, defendingTypes: List<TypeEffectivenessMatchup>, finalMultiplier: BigDecimal?, status: String, effectiveness: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard