EntityMappingInfo constructor
EntityMappingInfo({
- String mappingId,
- int sourceAssetModelId,
- int sourceEntityId,
- int targetAssetModelId,
- int targetEntityId,
- EntityBase sourceEntity,
- EntityBase targetEntity,
- String matchType,
- int percentConfidence,
- ModelMapping mapping,
Returns a new EntityMappingInfo instance.
Implementation
EntityMappingInfo({
this.mappingId,
this.sourceAssetModelId,
this.sourceEntityId,
this.targetAssetModelId,
this.targetEntityId,
this.sourceEntity,
this.targetEntity,
this.matchType,
this.percentConfidence,
this.mapping,
});