votedPollOptionIds property

  1. @JsonKey(defaultValue: [])
List<int>? votedPollOptionIds
read / write

Contains optionIds which the current user voted on. If the current user has not voted, this list will be empty.

Implementation

@JsonKey(defaultValue: [])
List<int>? votedPollOptionIds;