SkillSummary constructor

SkillSummary({
  1. EnablementType? enablementType,
  2. String? skillId,
  3. String? skillName,
  4. SkillType? skillType,
  5. bool? supportsLinking,
})

Implementation

SkillSummary({
  this.enablementType,
  this.skillId,
  this.skillName,
  this.skillType,
  this.supportsLinking,
});