AttributeValue constructor

AttributeValue({
  1. int definitionId,
  2. AttributeValueGroupTypeEnum groupType,
  3. String groupName,
  4. String name,
  5. String canonicalName,
  6. ValueContainer value,
  7. String unit,
  8. String semanticType,
  9. DateTime dateCreated,
  10. DateTime dateModified,
})

Returns a new AttributeValue instance.

Implementation

AttributeValue({
  this.definitionId,
  this.groupType,
  this.groupName,
  this.name,
  this.canonicalName,
  this.value,
  this.unit,
  this.semanticType,
  this.dateCreated,
  this.dateModified,
});