totalPollCount property
int
get
totalPollCount
Implementation
int get totalPollCount => _totalPollCount;
set
totalPollCount
(int value)
Implementation
set totalPollCount(int value) {
_totalPollCount = value;
}