CohortGroup constructor

CohortGroup({
  1. List<Cohort>? cohorts,
  2. bool? lifetimeValue,
})

Implementation

CohortGroup({
  this.cohorts,
  this.lifetimeValue,
});