@override Object toJson() { return { if (rating != null) 'rating': rating!.toJson(), if (setting != null) 'setting': setting!.toJson(), }; }