SkillSource constructor
const
SkillSource({
- required SkillSourceType type,
- String? location,
- String? version,
Implementation
const SkillSource({required this.type, this.location, this.version});