SkillDetail constructor
SkillDetail({
- List<
CourseSkill> courses = const [], - String? name,
Returns a new SkillDetail instance.
Implementation
SkillDetail({
this.courses = const [],
required this.relatedSkills,
this.name,
});