SedentaryReminderPeriodBean constructor
SedentaryReminderPeriodBean({})
Implementation
SedentaryReminderPeriodBean({
required this.endHour,
required this.period,
required this.startHour,
required this.steps,
});