CohortInfo.fromJson constructor

CohortInfo.fromJson(
  1. Map json_
)

Implementation

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