ProfileSkill constructor
ProfileSkill({
- String id = '',
- String name = '',
- String description = '',
- ExperienceLevel experienceLevel = ExperienceLevel.beginner,
- double price = 0,
Implementation
ProfileSkill({
this.id = '',
this.name = '',
this.description = '',
this.experienceLevel = ExperienceLevel.beginner,
this.price = 0,
});