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