NewsletterConfig constructor

NewsletterConfig({
  1. String? customConsentText,
  2. String? customMessage,
  3. bool? nameRequired,
  4. bool? optInRequired,
  5. String? title,
})

Implementation

NewsletterConfig({
  this.customConsentText,
  this.customMessage,
  this.nameRequired,
  this.optInRequired,
  this.title,
});