SkillResponseSchema constructor
SkillResponseSchema({
- required SkillDataSchema data,
Returns a new SkillResponseSchema instance.
Implementation
SkillResponseSchema({
required this.data,
});