PollQuestion constructor

const PollQuestion({
  1. required String mText,
})

Implementation

const PollQuestion({
  required this.mText,
});