SectionDTO.fromJson(Map<String, dynamic> json) : super.fromJson(json) { title = json['title']; content = json['content']; }