DytePollMessage constructor
DytePollMessage({})
Implementation
DytePollMessage({
required this.id,
required this.question,
required this.anonymous,
required this.hideVotes,
required this.createdBy,
required this.options,
required this.voted,
});