Entity class

The candidate entities that an entity mention could link to.

Constructors

Entity({String? entityId, String? preferredTerm, List<String>? vocabularyCodes})
Entity.fromJson(Map json_)

Properties

entityId String?
entity_id is a first class field entity_id uniquely identifies this concept and its meta-vocabulary.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preferredTerm String?
preferred_term is the preferred term for this concept.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vocabularyCodes List<String>?
Vocabulary codes are first-class fields and differentiated from the concept unique identifier (entity_id).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited