ReportedSkill constructor

ReportedSkill({
  1. List<Skill> skills = const [],
})

Returns a new ReportedSkill instance.

Implementation

ReportedSkill({
  this.skills = const [],
});