votersCount property

int? votersCount
inherited

How many unique accounts have voted on a multiple-choice poll.

It will be null if isMultiple is false.

Implementation

int? get votersCount => throw _privateConstructorUsedError;