EntityRef constructor

EntityRef({
  1. String ifcGuid,
  2. int assetModelId,
  3. int assetId,
  4. int entityId,
  5. String externalIdentifier,
  6. String name,
  7. DateTime dateCreated,
  8. String externalObjectName,
})

Returns a new EntityRef instance.

Implementation

EntityRef({
  this.ifcGuid,
  this.assetModelId,
  this.assetId,
  this.entityId,
  this.externalIdentifier,
  this.name,
  this.dateCreated,
  this.externalObjectName,
});