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