menu
stream_chat_flutter package
documentation
stream_chat_flutter.dart
QueryPollVotesResponse
votes property
votes property
dark_mode
light_mode
votes
property
@JsonKey.new(defaultValue: [])
List
<
PollVote
>
votes
getter/setter pair
List of poll votes returned by the query
Implementation
@JsonKey(defaultValue: []) late List<PollVote> votes;
stream_chat_flutter package
documentation
stream_chat_flutter
QueryPollVotesResponse
votes property
QueryPollVotesResponse class