EntityBase constructor
EntityBase({})
Returns a new EntityBase instance.
Implementation
EntityBase({
this.assetModelId,
this.entityId,
this.name,
this.description,
this.externalIdentifier,
this.externalObjectType,
this.externalObjectName,
this.model,
this.modelName,
this.dateCreated,
this.dateModified,
});