Narration.fromJson(Map<String, dynamic> json) : super.fromJson(json){ id = json['id']; name = json['name']; description = json['description']; }