optionIds property

  1. @JsonKey(name: 'option_ids')
List<int> get optionIds
inherited

0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.

Implementation

@JsonKey(name: 'option_ids')
List<int> get optionIds;