HandWashingPeriodBean constructor
HandWashingPeriodBean({})
Implementation
HandWashingPeriodBean({
required this.enable,
required this.startHour,
required this.startMinute,
required this.count,
required this.period,
});