IntegerAnswerFormat constructor
const
IntegerAnswerFormat({})
Implementation
const IntegerAnswerFormat({
this.defaultValue,
this.hint = '',
this.min = minInt,
this.max = maxInt,
super.question,
super.answerType = type,
}) : super();