SkillInfo constructor
SkillInfo({})
Implementation
SkillInfo({
required this.name,
required this.category,
required this.description,
required this.path,
this.isBuiltIn = false,
});
SkillInfo({
required this.name,
required this.category,
required this.description,
required this.path,
this.isBuiltIn = false,
});