Cohort constructor

Cohort({
  1. DateRange? dateRange,
  2. String? dimension,
  3. String? name,
})

Implementation

Cohort({
  this.dateRange,
  this.dimension,
  this.name,
});