EntityMention constructor
EntityMention({
- TextSpan? text,
- EntityMention_Type type = EntityMention_Type.$default,
- Sentiment? sentiment,
- double probability = 0,
Implementation
EntityMention({
this.text,
this.type = EntityMention_Type.$default,
this.sentiment,
this.probability = 0,
}) : super(fullyQualifiedName);