PastMoveStatValues

@Serializable
data class PastMoveStatValues(val accuracy: Int?, val effectChance: Int?, val power: Int?, val pp: Int?, val effectEntries: List<VerboseEffect>, val type: NamedApiResource?, val versionGroup: NamedApiResource)(source)

Constructors

Link copied to clipboard
constructor(accuracy: Int?, effectChance: Int?, power: Int?, pp: Int?, effectEntries: List<VerboseEffect>, type: NamedApiResource?, versionGroup: NamedApiResource)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val power: Int?
Link copied to clipboard
val pp: Int?
Link copied to clipboard
Link copied to clipboard