QuietTime constructor

QuietTime({
  1. String? end,
  2. String? start,
})

Implementation

QuietTime({
  this.end,
  this.start,
});