toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cohortReportSettings != null)
'cohortReportSettings': cohortReportSettings!,
if (cohorts != null) 'cohorts': cohorts!,
if (cohortsRange != null) 'cohortsRange': cohortsRange!,
};