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