LearningPathsScreen constructor

const LearningPathsScreen({
  1. required String orgId,
  2. Key? key,
})

Implementation

const LearningPathsScreen({required this.orgId, super.key});