toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (probability != null) 'probability': probability!,
if (sentiment != null) 'sentiment': sentiment!,
if (text != null) 'text': text!,
if (type != null) 'type': type!,
};