Input$QuestionSettingsPollInput constructor

Input$QuestionSettingsPollInput({
  1. required bool poll,
})

Implementation

factory Input$QuestionSettingsPollInput({required bool poll}) =>
    Input$QuestionSettingsPollInput._({
      r'poll': poll,
    });