AttributeDefinitionEdit constructor
AttributeDefinitionEdit({
- String name,
- String groupName,
- AttributeDefinitionEditGroupTypeEnum groupType,
- String semanticType,
- String unit,
Returns a new AttributeDefinitionEdit instance.
Implementation
AttributeDefinitionEdit({
this.name,
this.groupName,
this.groupType,
this.semanticType,
this.unit,
});