SkillInfo constructor
SkillInfo({})
Returns a new SkillInfo instance.
Implementation
SkillInfo({
required this.id,
required this.courseCount,
required this.userCount,
required this.totalPoints,
required this.averagePoints,
this.name,
});