sort property

  1. @override
List<PollVotesSort>? sort
final

Array of sorting criteria for this query.

Specifies how poll votes should be ordered in the response. If not provided, the API will use its default sorting (typically by creation time, newest first). Multiple sort fields can be specified.

Implementation

@override
final List<PollVotesSort>? sort;