getVotes

fun getVotes(option: Option): List<Vote>

Get the votes for a specific option.

Return

The list of votes for the option.

Parameters

option

The option to get the votes for.