Attribute constructor
Attribute({
- InstanceAttributeType? attributeType,
- String? value,
Implementation
Attribute({
this.attributeType,
this.value,
});
Attribute({
this.attributeType,
this.value,
});