PutAttributesResponse constructor

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

Implementation

PutAttributesResponse({
  this.attributes,
});