$AdvertiserGeneralConfig constructor

$AdvertiserGeneralConfig({
  1. String? currencyCode,
  2. String? domainUrl,
  3. String? timeZone,
})

Implementation

$AdvertiserGeneralConfig({
  this.currencyCode,
  this.domainUrl,
  this.timeZone,
});