ChannelToStoreLinkDetails constructor

ChannelToStoreLinkDetails({
  1. String? merchantId,
  2. String? storeName,
  3. String? storeUrl,
})

Implementation

ChannelToStoreLinkDetails({
  this.merchantId,
  this.storeName,
  this.storeUrl,
});