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