PollOption constructor
const
PollOption({
- required String text,
- required int voterCount,
- List<
MessageEntity> ? textEntities,
Constructs a PollOption object
Implementation
const PollOption({
required this.text,
required this.voterCount,
this.textEntities,
});