SentimentResponse constructor

SentimentResponse({
  1. String? sentimentLabel,
  2. String? sentimentScore,
})

Implementation

SentimentResponse({
  this.sentimentLabel,
  this.sentimentScore,
});