Cta constructor

Cta({
  1. String? displayName,
  2. String? name,
  3. NewsletterConfig? newsletterConfig,
  4. String? state,
  5. String? type,
})

Implementation

Cta({
  this.displayName,
  this.name,
  this.newsletterConfig,
  this.state,
  this.type,
});