Input$QuestionSettingsNumberInput constructor
Implementation
factory Input$QuestionSettingsNumberInput({
int? minValue,
int? maxValue,
}) =>
Input$QuestionSettingsNumberInput._({
if (minValue != null) r'minValue': minValue,
if (maxValue != null) r'maxValue': maxValue,
});