MultipleDoubleAnswerFormat constructor
const
MultipleDoubleAnswerFormat({
- List<
MultiDouble> ? defaultValues, - required List<
String> hints,
Implementation
const MultipleDoubleAnswerFormat({
this.defaultValues,
required this.hints,
}) : super();