SkillLoader constructor

const SkillLoader({
  1. required String skillsPath,
})

Implementation

const SkillLoader({required this.skillsPath});