CutoffTime constructor

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

Implementation

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