DateQuestion constructor

DateQuestion({
  1. bool? includeTime,
  2. bool? includeYear,
})

Implementation

DateQuestion({
  this.includeTime,
  this.includeYear,
});