Sentiment constructor

Sentiment({
  1. double magnitude = 0,
  2. double score = 0,
})

Implementation

Sentiment({this.magnitude = 0, this.score = 0}) : super(fullyQualifiedName);