ModelMapping constructor
ModelMapping({
- String mappingId,
- int sourceAssetModelId,
- int targetAssetModelId,
- int createdByAssetModelId,
- int createdByContactId,
- Contact createdBy,
- ModelInfo sourceAssetModel,
- ModelInfo targetAssetModel,
- DateTime dateCreated,
- bool hasFootprints,
- bool footPrintsAreAligned,
- List<
Entity> lostEntities = const [], - List<
Entity> foundEntities = const [], - List<
EntityMappingInfo> mappedEntities = const [], - List<
EntityMatchInfo> candidateMatches = const [], - List<
MappingMessageInfo> messages = const [],
Returns a new ModelMapping instance.
Implementation
ModelMapping({
this.mappingId,
this.sourceAssetModelId,
this.targetAssetModelId,
this.createdByAssetModelId,
this.createdByContactId,
this.createdBy,
this.sourceAssetModel,
this.targetAssetModel,
this.dateCreated,
this.hasFootprints,
this.footPrintsAreAligned,
this.lostEntities = const [],
this.foundEntities = const [],
this.mappedEntities = const [],
this.candidateMatches = const [],
this.messages = const [],
});