PeriodsDateRange constructor

PeriodsDateRange({
  1. int? id,
  2. String? periodStartDate,
  3. String? periodEndDate,
  4. String? cycleEndDate,
  5. String? cycleStartDate,
  6. List<String>? allPeriodDates,
  7. int? cycleLength = 0,
  8. int? periodDuration = 0,
})

Implementation

PeriodsDateRange(
    {this.id,
    this.periodStartDate,
    this.periodEndDate,
    this.cycleEndDate,
    this.cycleStartDate,
    this.allPeriodDates,
    this.cycleLength = 0,
    this.periodDuration = 0});