TimeAnswerFormat constructor

const TimeAnswerFormat({
  1. TimeOfDay? defaultValue,
})

Implementation

const TimeAnswerFormat({
  this.defaultValue,
}) : super();