SkillNotFoundException constructor

const SkillNotFoundException(
  1. String skillName, [
  2. List<String> searchedPaths = const []
])

Implementation

const SkillNotFoundException(this.skillName, [this.searchedPaths = const []]);