GetAttributesResult constructor

GetAttributesResult({
  1. List<Attribute>? attributes,
})

Implementation

GetAttributesResult({
  this.attributes,
});