CohortGroup class

Defines a cohort group.

For example: "cohortGroup": { "cohorts": [{ "name": "cohort 1", "type": "FIRST_VISIT_DATE", "dateRange": { "startDate": "2015-08-01", "endDate": "2015-08-01" } },{ "name": "cohort 2" "type": "FIRST_VISIT_DATE" "dateRange": { "startDate": "2015-07-01", "endDate": "2015-07-01" } }] }

Constructors

CohortGroup({List<Cohort>? cohorts, bool? lifetimeValue})
CohortGroup.fromJson(Map json_)

Properties

cohorts List<Cohort>?
The definition for the cohort.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lifetimeValue bool?
Enable Life Time Value (LTV).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited