CycleDates constructor

CycleDates({
  1. String? cycleDay,
  2. String? cycleDate,
  3. bool? isPeriodDay,
  4. bool? isOvulationDay,
  5. bool? isFoundSymptoms,
})

Implementation

CycleDates(
    {this.cycleDay,
    this.cycleDate,
    this.isPeriodDay,
    this.isOvulationDay,
    this.isFoundSymptoms});