UpdateLinkResponse constructor

UpdateLinkResponse({
  1. Link? link,
})

Implementation

UpdateLinkResponse({
  this.link,
});