SkillResponseSchema constructor

SkillResponseSchema({
  1. required SkillDataSchema data,
})

Returns a new SkillResponseSchema instance.

Implementation

SkillResponseSchema({
  required this.data,
});