CohortInfo.fromJson constructor
CohortInfo.fromJson(
- Map json_
Implementation
CohortInfo.fromJson(core.Map json_)
: this(
cohort: json_['cohort'] as core.String?,
cohortSource: json_['cohortSource'] as core.String?,
);