StartSeason

data class StartSeason(val year: Int, val season: String)

Constructors

Link copied to clipboard
constructor(year: Int, season: String)

Properties

Link copied to clipboard
Link copied to clipboard
val year: Int