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