votedPollOptionIds property Null safety
- @JsonKey(defaultValue: [])
read / write
List of option ids which the user has voted on.
Implementation
@JsonKey(defaultValue: [])
List<int>? votedPollOptionIds;
List of option ids which the user has voted on.
@JsonKey(defaultValue: [])
List<int>? votedPollOptionIds;