SkillBook.from constructor

SkillBook.from({
  1. required List<SkillChapter> chapters,
})

Returns the new instance of SkillBook based on arguments.

Implementation

SkillBook.from({
  required this.chapters,
});