A2ASkill constructor

A2ASkill({
  1. String? description,
  2. List<String>? examples,
  3. String? id,
  4. String? name,
  5. List<String>? tags,
})

Implementation

A2ASkill({this.description, this.examples, this.id, this.name, this.tags});