CohortSpec constructor
CohortSpec({
- CohortReportSettings? cohortReportSettings,
- List<
Cohort> ? cohorts, - CohortsRange? cohortsRange,
Implementation
CohortSpec({
this.cohortReportSettings,
this.cohorts,
this.cohortsRange,
});