ScaleAnswerFormat constructor
const
ScaleAnswerFormat({})
Implementation
const ScaleAnswerFormat({
required this.maximumValue,
required this.minimumValue,
required this.defaultValue,
required this.step,
this.maximumValueDescription = '',
this.minimumValueDescription = '',
super.question,
super.answerType = type,
}) : super();