Skill constructor

Skill({
  1. FieldMetadata? metadata,
  2. String? value,
})

Implementation

Skill({this.metadata, this.value});