PollOptions constructor
PollOptions({})
creates model for poll options and result
Implementation
PollOptions(
{required this.optionText,
required this.voteCount,
required this.id,
required this.votersUid});
creates model for poll options and result
PollOptions(
{required this.optionText,
required this.voteCount,
required this.id,
required this.votersUid});