AttributeMetadata constructor

AttributeMetadata({
  1. bool? deprecated,
  2. String? displayName,
  3. String? groupDisplayName,
  4. String? parent,
  5. bool? repeatable,
  6. List<AttributeValueMetadata>? valueMetadata,
  7. String? valueType,
})

Implementation

AttributeMetadata({
  this.deprecated,
  this.displayName,
  this.groupDisplayName,
  this.parent,
  this.repeatable,
  this.valueMetadata,
  this.valueType,
});