MarketplaceConnectorDetails constructor

MarketplaceConnectorDetails({
  1. String? marketplaceProduct,
  2. String? marketplaceProductId,
  3. String? marketplaceProductUri,
  4. String? partner,
})

Implementation

MarketplaceConnectorDetails({
  this.marketplaceProduct,
  this.marketplaceProductId,
  this.marketplaceProductUri,
  this.partner,
});