Votes({bool? hasVoted, this.self, List<User>? voters, this.votes}) : hasVoted = hasVoted ?? false, voters = voters ?? [];