TimeAnswerFormat constructor

const TimeAnswerFormat({
  1. TimeOfDay? defaultValue,
  2. String? question,
  3. String? answerType = type,
})

Implementation

const TimeAnswerFormat({
  this.defaultValue,
  super.question,
  super.answerType = type,
}) : super();