EntityMatchDescriptor constructor
EntityMatchDescriptor({
- String matchType,
- int targetEntityId,
- EntityBase targetEntity,
- int percentConfidence,
Returns a new EntityMatchDescriptor instance.
Implementation
EntityMatchDescriptor({
this.matchType,
this.targetEntityId,
this.targetEntity,
this.percentConfidence,
});