TemplateId constructor

TemplateId({
  1. String? sId,
  2. String? name,
  3. String? paywallType,
  4. String? displayType,
  5. String? deviceType,
  6. int? numberOfCta,
  7. String? previewLink,
  8. Meta? meta,
})

Implementation

TemplateId(
    {this.sId,
    this.name,
    this.paywallType,
    this.displayType,
    this.deviceType,
    this.numberOfCta,
    this.previewLink,
    this.meta});