RemoveAttributesResponse constructor

RemoveAttributesResponse({
  1. required AttributesResource attributesResource,
})

Implementation

RemoveAttributesResponse({
  required this.attributesResource,
});