EntityMention constructor

EntityMention({
  1. double? probability,
  2. Sentiment? sentiment,
  3. TextSpan? text,
  4. String? type,
})

Implementation

EntityMention({
  this.probability,
  this.sentiment,
  this.text,
  this.type,
});