MessagePoll constructor
const
MessagePoll({
- required Poll poll,
A message with a poll
Implementation
const MessagePoll({
required this.poll,
});
A message with a poll
const MessagePoll({
required this.poll,
});