CohortMain constructor

CohortMain({
  1. Key? key,
  2. String? location,
  3. String? state,
})

Implementation

CohortMain({Key? key, this.location, this.state}) : super(key: key);