EntityMentionRelationship constructor

EntityMentionRelationship({
  1. double? confidence,
  2. String? objectId,
  3. String? subjectId,
})

Implementation

EntityMentionRelationship({
  this.confidence,
  this.objectId,
  this.subjectId,
});