CohortMove constructor

CohortMove({
  1. Key? key,
  2. required String name,
  3. required List<Place> btns,
})

Implementation

CohortMove({Key? key, required this.name, required this.btns})
    : super(key: key);