AttributeDefinitionEntity constructor
AttributeDefinitionEntity({
- String fullName,
- int assetModelId,
- int attributeDefinitionId,
- Model model,
- List<
AttributeValueEntity> values = const [], - String groupName,
- AttributeDefinitionEntityGroupTypeEnum groupType,
- String name,
- String canonicalName,
- bool imported,
- String semanticType,
- String unit,
- AttributeDefinitionEntityDataTypeEnum dataType,
- DateTime dateCreated,
- DateTime dateModified,
Returns a new AttributeDefinitionEntity instance.
Implementation
AttributeDefinitionEntity({
this.fullName,
this.assetModelId,
this.attributeDefinitionId,
this.model,
this.values = const [],
this.groupName,
this.groupType,
this.name,
this.canonicalName,
this.imported,
this.semanticType,
this.unit,
this.dataType,
this.dateCreated,
this.dateModified,
});