hasVoted property

bool hasVoted
final

Checks if a user has already voted in this inquiry. If this is set to true, the user can't vote votedOptionId must also be provided if this is set to true.

Default value is false.

Implementation

final bool hasVoted;