CreateLinkResponse constructor

CreateLinkResponse({
  1. Link? link,
})

Implementation

CreateLinkResponse({
  this.link,
});