ConversionSource constructor

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

Implementation

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