CohortSpec constructor

CohortSpec({
  1. CohortReportSettings? cohortReportSettings,
  2. List<Cohort>? cohorts,
  3. CohortsRange? cohortsRange,
})

Implementation

CohortSpec({
  this.cohortReportSettings,
  this.cohorts,
  this.cohortsRange,
});