votedPollOptionIds property
- @JsonKey(defaultValue: [])
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;