DisassociateLinkResponse constructor

DisassociateLinkResponse({
  1. LinkAssociation? linkAssociation,
})

Implementation

DisassociateLinkResponse({
  this.linkAssociation,
});