EntityMention constructor

EntityMention({
  1. TextSpan? text,
  2. EntityMention_Type type = EntityMention_Type.$default,
  3. Sentiment? sentiment,
  4. double probability = 0,
})

Implementation

EntityMention({
  this.text,
  this.type = EntityMention_Type.$default,
  this.sentiment,
  this.probability = 0,
}) : super(fullyQualifiedName);