GoogleAnalyticsLink constructor

GoogleAnalyticsLink({
  1. AttributionSettings? attributionSettings,
  2. String? property,
  3. String? propertyId,
})

Implementation

GoogleAnalyticsLink({
  this.attributionSettings,
  this.property,
  this.propertyId,
});