MultipleDoubleAnswerFormat constructor

const MultipleDoubleAnswerFormat({
  1. List<MultiDouble>? defaultValues,
  2. required List<String> hints,
})

Implementation

const MultipleDoubleAnswerFormat({
  this.defaultValues,
  required this.hints,
}) : super();