AttributeValue constructor
AttributeValue({
- int definitionId,
- AttributeValueGroupTypeEnum groupType,
- String groupName,
- String name,
- String canonicalName,
- ValueContainer value,
- String unit,
- String semanticType,
- DateTime dateCreated,
- 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,
});