CohortAssemble constructor

CohortAssemble({
  1. Key? key,
  2. required String location,
})

Implementation

CohortAssemble({Key? key, required this.location}) : super(key: key);