ChartCyclePeriodsData constructor

ChartCyclePeriodsData({
  1. String? dateTime,
  2. int? cycleLength,
  3. int? periodsLength,
})

Implementation

ChartCyclePeriodsData({
  this.dateTime,
  this.cycleLength,
  this.periodsLength,
});