PageViewEvent constructor

PageViewEvent({
  1. Bill? bill,
  2. String? campaign,
  3. String? contactType,
  4. String? content,
  5. String? countryId,
  6. String? download,
  7. String? intern,
  8. String? langId,
  9. Login? login,
  10. String? marker,
  11. String? marketingChannel,
  12. String? orderProcess,
  13. String? pageId,
  14. Register? register,
  15. Search? search,
  16. String? siteId,
  17. String? source,
  18. Target? target,
})

Creates a new PageViewEvent with the provided parameters.

Implementation

PageViewEvent({
  this.bill,
  this.campaign,
  this.contactType,
  this.content,
  this.countryId,
  this.download,
  this.intern,
  this.langId,
  this.login,
  this.marker,
  this.marketingChannel,
  this.orderProcess,
  this.pageId,
  this.register,
  this.search,
  this.siteId,
  this.source,
  this.target,
});