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