Input$QuestionSettingsDateInput constructor
Implementation
factory Input$QuestionSettingsDateInput({
required bool outdated,
required bool interval,
}) =>
Input$QuestionSettingsDateInput._({
r'outdated': outdated,
r'interval': interval,
});