Attribute constructor

Attribute({
  1. InstanceAttributeType? attributeType,
  2. String? value,
})

Implementation

Attribute({
  this.attributeType,
  this.value,
});