CutoffTime constructor

CutoffTime({
  1. int? hour,
  2. int? minute,
  3. String? timezone,
})

Implementation

CutoffTime({
  this.hour,
  this.minute,
  this.timezone,
});