AttributeValueMetadata constructor

AttributeValueMetadata({
  1. String? displayName,
  2. Object? value,
})

Implementation

AttributeValueMetadata({
  this.displayName,
  this.value,
});