ThirdPartyLinkSnippet constructor

ThirdPartyLinkSnippet({
  1. ChannelToStoreLinkDetails? channelToStoreLink,
  2. String? type,
})

Implementation

ThirdPartyLinkSnippet({
  this.channelToStoreLink,
  this.type,
});