Event constructor
Event({
- AdIdentifiers? adIdentifiers,
- List<
EventParameter> ? additionalEventParameters, - CartData? cartData,
- String? clientId,
- Consent? consent,
- double? conversionValue,
- String? currency,
- List<
CustomVariable> ? customVariables, - List<
String> ? destinationReferences, - DeviceInfo? eventDeviceInfo,
- String? eventName,
- String? eventSource,
- String? eventTimestamp,
- List<
ExperimentalField> ? experimentalFields, - String? lastUpdatedTimestamp,
- String? transactionId,
- UserData? userData,
- String? userId,
- UserProperties? userProperties,
Implementation
Event({
this.adIdentifiers,
this.additionalEventParameters,
this.cartData,
this.clientId,
this.consent,
this.conversionValue,
this.currency,
this.customVariables,
this.destinationReferences,
this.eventDeviceInfo,
this.eventName,
this.eventSource,
this.eventTimestamp,
this.experimentalFields,
this.lastUpdatedTimestamp,
this.transactionId,
this.userData,
this.userId,
this.userProperties,
});