AnalyzeSentimentResponse constructor
AnalyzeSentimentResponse({})
Implementation
AnalyzeSentimentResponse({
this.documentSentiment,
this.languageCode = '',
this.sentences = const [],
this.languageSupported = false,
}) : super(fullyQualifiedName);