ConversionSource constructor
ConversionSource({
- String? conversionSourceId,
- String? expireTime,
- GoogleAnalyticsLink? googleAnalyticsLink,
- MerchantCenterDestination? merchantCenterDestination,
- String? state,
Implementation
ConversionSource({
this.conversionSourceId,
this.expireTime,
this.googleAnalyticsLink,
this.merchantCenterDestination,
this.state,
});