SkillsStoreSkill constructor

SkillsStoreSkill({
  1. String? iconUrl,
  2. List<String>? sampleUtterances,
  3. String? shortDescription,
  4. SkillDetails? skillDetails,
  5. String? skillId,
  6. String? skillName,
  7. bool? supportsLinking,
})

Implementation

SkillsStoreSkill({
  this.iconUrl,
  this.sampleUtterances,
  this.shortDescription,
  this.skillDetails,
  this.skillId,
  this.skillName,
  this.supportsLinking,
});