Entity constructor
Entity({
- String name = '',
- Entity_Type type = Entity_Type.$default,
- Map<
String, String> metadata = const {}, - List<
EntityMention> mentions = const [], - Sentiment? sentiment,
Implementation
Entity({
this.name = '',
this.type = Entity_Type.$default,
this.metadata = const {},
this.mentions = const [],
this.sentiment,
}) : super(fullyQualifiedName);