PollOption constructor
PollOption({})
Implementation
PollOption({
required this.by,
required this.id,
required this.score,
required this.poll,
required this.text,
required this.time,
required this.type,
});