Sentence constructor

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

Implementation

Sentence({this.text, this.sentiment}) : super(fullyQualifiedName);