GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue constructor

GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue({
  1. String? currencyCode,
  2. double? value,
})

Implementation

GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue({
  this.currencyCode,
  this.value,
});