StepData constructor
StepData()
Implementation
StepData(
this.previousDate,
this.previousStepCount,
this.todayDate,
this.todayStepCount,
this.bootCount,
this.stack,
this.lastSavedAt,
this.previousStepCountSavedAt);