Input$QuestionSettingsToggleInput constructor

Input$QuestionSettingsToggleInput({
  1. required bool toggle,
  2. required bool poll,
})

Implementation

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