referencedCandidates method

  1. @override
Iterable<TCandidate> referencedCandidates()
override

All candidates referenced by this ballot.

Will contain at least one value in all election types.

Implementation

@override
Iterable<TCandidate> referencedCandidates() => choices;