poll property
Poll?
get
poll
The poll from the update, if any.
This will be non-null when a poll state is updated.
Implementation
Poll? get poll => update.poll;
The poll from the update, if any.
This will be non-null when a poll state is updated.
Poll? get poll => update.poll;