Poll constructor
const
Poll({})
Describes a poll
Implementation
const Poll({
required this.id,
required this.question,
required this.options,
required this.totalVoterCount,
required this.recentVoterUserIds,
required this.isAnonymous,
required this.type,
required this.openPeriod,
required this.closeDate,
required this.isClosed,
});