SkillSource constructor

const SkillSource({
  1. required SkillSourceType type,
  2. String? location,
  3. String? version,
})

Implementation

const SkillSource({required this.type, this.location, this.version});