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