CycleData constructor
CycleData({
- String? cycleStartDate,
- String? cycleEndDate,
- bool? isCurrentCycle,
- List<
CycleDates> ? cycleDates,
Implementation
CycleData(
{this.cycleStartDate,
this.cycleEndDate,
this.isCurrentCycle,
this.cycleDates});