DateDetails constructor

DateDetails({
  1. bool? hasTime,
})

Implementation

DateDetails({
  this.hasTime,
});