filter property
Optional filter criteria for this query.
This filter can be a simple single filter or a complex combination of multiple filters
using logical operators (.and, .or). The filter determines which poll votes
are included in the query results based on field values and comparison operators.
Use this to narrow down results based on specific criteria.
Use PollVotesFilterField for type-safe field references.
Implementation
@override
final PollVotesFilter? filter;