DeleteAttributesResponse constructor

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

Implementation

DeleteAttributesResponse({
  this.attributes,
});