votes property

  1. @JsonKey.new(defaultValue: [])
List<PollVote> votes
getter/setter pair

List of poll votes returned by the query

Implementation

@JsonKey(defaultValue: [])
late List<PollVote> votes;