Ballot

constructor(ballotsLost: Int = 0, ballotsWon: Int = 0, ballotsCount: Int = ballotsLost + ballotsWon, decision: String = "L", isElimination: Boolean, level: DebateLevel = DebateLevel.OPEN, eventName: String = "Unknown", judge: String = "Unknown", side: DebateSide = DebateSide.UNKNOWN, opponent: String? = "Unknown", round: Int = 0, roundLabel: Any = round.toString(), speaker1Points: Double = 0.0, speaker2Points: Double = 0.0, tournament: String, tournamentDate: String, isThisYear: Boolean = false)