IsCohort.fromJson(Map<String, dynamic> json) : id = json["id"], isCohort = json["isCohort"], time =json["time"];