AttributeDefinitionEdit constructor

AttributeDefinitionEdit({
  1. String name,
  2. String groupName,
  3. AttributeDefinitionEditGroupTypeEnum groupType,
  4. String semanticType,
  5. String unit,
})

Returns a new AttributeDefinitionEdit instance.

Implementation

AttributeDefinitionEdit({
  this.name,
  this.groupName,
  this.groupType,
  this.semanticType,
  this.unit,
});