ContactEntity constructor
ContactEntity({
- int contactId,
- int entityAssetModelId,
- int entityId,
- DateTime dateCreated,
- DateTime dateModified,
- ContactEntityRoleEnum role,
- String entityExternalIdentifier,
- String entityName,
- String entityDescription,
- RelatedEntity entity,
Returns a new ContactEntity instance.
Implementation
ContactEntity({
this.contactId,
this.entityAssetModelId,
this.entityId,
this.dateCreated,
this.dateModified,
this.role,
this.entityExternalIdentifier,
this.entityName,
this.entityDescription,
this.entity,
});