AssociateLinkResponse constructor

AssociateLinkResponse({
  1. LinkAssociation? linkAssociation,
})

Implementation

AssociateLinkResponse({
  this.linkAssociation,
});