DeleteLinkResponse constructor

DeleteLinkResponse({
  1. Link? link,
})

Implementation

DeleteLinkResponse({
  this.link,
});