Cta constructor
Cta({
- String? displayName,
- String? name,
- NewsletterConfig? newsletterConfig,
- String? state,
- String? type,
Implementation
Cta({
this.displayName,
this.name,
this.newsletterConfig,
this.state,
this.type,
});