referendumBallotResponses property
The set of ballot responses for the referendum.
A ballot response represents a line on the ballot. Common examples might include "yes" or "no" for referenda. This field is only populated for contests of type 'Referendum'.
Implementation
core.List<core.String>? referendumBallotResponses;