Score

data class Score(val teamAbbreviation: String, val score: Int)

Constructors

Link copied to clipboard
constructor(teamAbbreviation: String, score: Int)

Properties

Link copied to clipboard
val score: Int
Link copied to clipboard