toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (documentSentiment != null) 'documentSentiment': documentSentiment!,
if (language != null) 'language': language!,
if (sentences != null) 'sentences': sentences!,
};