ConversionSource constructor

ConversionSource({
  1. String? conversionSourceId,
  2. String? expireTime,
  3. GoogleAnalyticsLink? googleAnalyticsLink,
  4. MerchantCenterDestination? merchantCenterDestination,
  5. String? state,
})

Implementation

ConversionSource({
  this.conversionSourceId,
  this.expireTime,
  this.googleAnalyticsLink,
  this.merchantCenterDestination,
  this.state,
});