GoogleAnalyticsLink constructor
      
      GoogleAnalyticsLink({ 
    
    
- AttributionSettings? attributionSettings,
 - String? property,
 - String? propertyId,
 
Implementation
GoogleAnalyticsLink({
  this.attributionSettings,
  this.property,
  this.propertyId,
});