PollData constructor

PollData({
  1. String text = '',
})

Implementation

PollData({this.text = ''});