@override Object toJson() => { if (text != null) 'text': text!.toJson(), if (sentiment != null) 'sentiment': sentiment!.toJson(), };