SkillChapter.from constructor

SkillChapter.from({
  1. required List<Skill> contents,
})

Returns the new instance of SkillChapter based on arguments.

Implementation

SkillChapter.from({
  required this.contents,
});