Sentence constructor

Sentence({
  1. Sentiment? sentiment,
  2. TextSpan? text,
})

Implementation

Sentence({
  this.sentiment,
  this.text,
});