TimeQuestion constructor

TimeQuestion({
  1. bool? duration,
})

Implementation

TimeQuestion({
  this.duration,
});