PageViewEvent constructor
- Bill? bill,
- String? campaign,
- String? contactType,
- String? content,
- String? countryId,
- String? download,
- String? intern,
- String? langId,
- Login? login,
- String? marker,
- String? marketingChannel,
- String? orderProcess,
- String? pageId,
- Register? register,
- Search? search,
- String? siteId,
- String? source,
- 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,
});