totalVotes property
int
get
totalVotes
Implementation
int get totalVotes => options.fold(0, (sum, o) => sum + o.voterIds.length);
int get totalVotes => options.fold(0, (sum, o) => sum + o.voterIds.length);