EntityMatchDescriptor constructor

EntityMatchDescriptor({
  1. String matchType,
  2. int targetEntityId,
  3. EntityBase targetEntity,
  4. int percentConfidence,
})

Returns a new EntityMatchDescriptor instance.

Implementation

EntityMatchDescriptor({
  this.matchType,
  this.targetEntityId,
  this.targetEntity,
  this.percentConfidence,
});